Skip to content

Commit

Permalink
Hotfix: Set correct path to save-cli in deploy_images.yml (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr authored Aug 25, 2022
1 parent ed22687 commit 4108655
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
-PgprKey=${{ secrets.GITHUB_TOKEN }}
- name: Set environment variable with save-cli version
run: |
mkdir -p save-cloud/save-orchestrator/build/resources/main
find save/save-cli/build/bin/linuxX64/releaseExecutable -name "save-*.kexe" -exec cp {} save-cloud/save-orchestrator/build/resources/main \;
find save/save-cli/build/bin/linuxX64/releaseExecutable -name "save-*.kexe" -exec sh -c 'printf "$1" | sed -r "s/.*save-(.*)-linuxX64.kexe/\1/" | echo "SAVE_CLI_VERSION=$(cat)" >> $GITHUB_ENV' _ {} \;
- uses: gradle/gradle-build-action@v2
with:
Expand All @@ -87,6 +85,7 @@ jobs:
-Porg.gradle.caching=true
-Pdetekt.multiplatform.disabled=true
-PsaveCliVersion=${{ env.SAVE_CLI_VERSION }}
-PsaveCliPath=file://${{ github.workspace }}/save/save-cli/build/bin/linuxX64/releaseExecutable
-PgprUser=${{ github.actor }}
-PgprKey=${{ secrets.GITHUB_TOKEN }}
${{ env.ADDITIONAL_GRADLE_OPTS }}
Expand Down

0 comments on commit 4108655

Please sign in to comment.