Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-de-vera committed Mar 7, 2024
1 parent a2d47ea commit 4655a20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
SANDBOX_IMAGE_TAG: ${{ github.sha }}-linux-amd64
SANDBOX_NAME: pr-${{ github.event.number }}-route
TEST: ${SANDBOX_IMAGE_TAG:0:6}
TEST2: ${GITHUB_SHA::8}
TEST2: ${{ github.sha[0:6] }}
steps:
- uses: actions/checkout@v3

Expand All @@ -116,6 +116,7 @@ jobs:
run: |
echo $TEST
echo $TEST2
echo $SANDBOX_IMAGE_TAG
# TODO: point this to mian (once merged)
curl -sSLf https://raw.githubusercontent.com/signadot/cli/installation-script/scripts/install.sh | sh
Expand Down

0 comments on commit 4655a20

Please sign in to comment.