Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 26, 2024
1 parent 7320cfb commit 94d0fbd
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
required: true
env:
CIUXCONFIG: /tmp/ciux.sh
CIUX_VERSION: e4f9f56a
CIUX_VERSION: e4f9f56a
GHA_BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
MINIMAL: ${{ inputs.minimal }}
NOSCIENCE: ${{ inputs.noscience }}
Expand Down Expand Up @@ -47,18 +47,17 @@ jobs:
id: push
run: |
# FIXME make it simpler
if $IMAGE=$(ciux get image --check $PWD $SUFFIX_OPT)
if image=$(ciux get image --check $PWD $SUFFIX_OPT)
then
echo "IMAGE=$IMAGE" >> "$GITHUB_OUTPUT"
. ./conf.sh
echo "PROMOTED_IMAGE=$PROMOTED_IMAGE" >> "$GITHUB_OUTPUT"
echo "IMAGE=$image" >> "$GITHUB_OUTPUT"
else
. "$CIUXCONFIG"
. ./conf.sh
docker push $IMAGE
echo "IMAGE=$IMAGE" >> "$GITHUB_OUTPUT"
fi
. ./conf.sh
echo "PROMOTED_IMAGE=$PROMOTED_IMAGE" >> "$GITHUB_OUTPUT"
integration-tests:
name: Run integration tests
runs-on: [self-hosted, v3]
Expand Down

0 comments on commit 94d0fbd

Please sign in to comment.