Skip to content

Commit

Permalink
Revert "fix: --nokeep_state_after_build after release"
Browse files Browse the repository at this point in the history
This reverts commit 143760a.
  • Loading branch information
opicaud committed Jan 29, 2024
1 parent ec50c65 commit 1119e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo $chartsToUpgrade
for chartToUpgrade in $chartsToUpgrade
do
bazel --output_user_root=/tmp/cache run --config=release --nokeep_state_after_build $chartToUpgrade
bazel --output_user_root=/tmp/cache run --config=release $chartToUpgrade
done
echo "changes=$(git status --porcelain | wc -l)" >> "$GITHUB_OUTPUT"
- name: Commit new charts version and appVersions
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
for oci_push in $(bazel --output_user_root=/tmp/cache query --output=label "kind("oci_push", //...)")
do
bazel --output_user_root=/tmp/cache run --config=release --nokeep_state_after_build $oci_push
bazel --output_user_root=/tmp/cache run --config=release $oci_push
done
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 1119e10

Please sign in to comment.