Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jul 19, 2024
1 parent b0c0d96 commit 6da8bc8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/e2e-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ jobs:
run: go install github.com/k8s-school/ciux@"${{ env.CIUX_VERSION }}"
- name: Ciux project ignition
run: |
export CIUXCONFIG=$HOME/.ciux/ciux.sh
mkdir -p $HOME/.ciux
ciux ignite --selector ci --branch="$GHA_BRANCH_NAME" $PWD --suffix "${{ env.SUFFIX }}" --tmp-registry "${{ env.CI_REPO }}"
- name: Create k8s (kind) cluster
Expand Down Expand Up @@ -143,7 +142,7 @@ jobs:
path: artifacts
- name: Load container image inside kind
run: |
. "$CIUXCONFIG"
. "$HOME/.ciux/ciux.sh"
if [ -f artifacts/image.tar ]; then
echo "Loading image from archive"
kind load image-archive artifacts/image.tar
Expand All @@ -153,7 +152,7 @@ jobs:
fi
- name: Run fink-alert-simulator
run: |
. "$CIUXCONFIG"
. "$HOME/.ciux/ciux.sh"
kubectl config set-context --current --namespace=argo
"$FINK_ALERT_SIMULATOR_DIR"/argo-submit.sh
argo watch @latest
Expand All @@ -168,7 +167,7 @@ jobs:
- name: Promote fink-broker image
id: promote
run: |
. "$CIUXCONFIG"
. "$HOME/.ciux/ciux.sh"
echo "PROMOTED_IMAGE=$CIUX_IMAGE_REGISTRY/$CIUX_IMAGE_NAME:$CIUX_IMAGE_TAG" >> "$GITHUB_OUTPUT"
echo "NEW_IMAGE=$CIUX_BUILD" >> "$GITHUB_OUTPUT"
image-analysis:
Expand Down

0 comments on commit 6da8bc8

Please sign in to comment.