Skip to content

Commit

Permalink
set env for USE_NIGHTLY_BUILD_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake committed Feb 10, 2022
1 parent f488105 commit 4dac11c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: weaveworks/wego-app
USE_NIGHTLY_BUILD_TAG: "true"

name: Nightly
jobs:
Expand Down Expand Up @@ -179,7 +180,6 @@ jobs:
run: |
export WEGO_BIN_PATH=$(pwd)/bin/gitops-${{matrix.os}}-nightly
export CLUSTER_PROVIDER=kubectl
export USE_NIGHTLY_BUILD_TAG=true
export DELETE_WEGO_RUNTIME_ON_EACH_TEST=true
# cleanup the cluster
$WEGO_BIN_PATH flux uninstall --silent
Expand Down Expand Up @@ -314,7 +314,6 @@ jobs:
run: |
export WEGO_BIN_PATH=$(pwd)/bin/gitops-${{matrix.os}}-nightly
export CLUSTER_PROVIDER=kubectl
export USE_NIGHTLY_BUILD_TAG=true
export DELETE_WEGO_RUNTIME_ON_EACH_TEST=true
# cleanup the cluster
$WEGO_BIN_PATH flux uninstall --silent
Expand Down

0 comments on commit 4dac11c

Please sign in to comment.