Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-de-vera committed Mar 7, 2024
1 parent 1433ec1 commit f920f81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
SIGNADOT_API_KEY: ${{ secrets.SIGNADOT_API_KEY }}
SANDBOX_IMAGE_TAG: ${{ github.sha }}-linux-amd64
SANDBOX_NAME: pr-${{ github.event.number }}-route
TEST: ${SANDBOX_IMAGE_TAG:0:6}
TEST2: ${{ github.sha:0:6 }}
steps:
- uses: actions/checkout@v3

Expand All @@ -112,6 +114,8 @@ jobs:

- name: Set up Signadot CLI
run: |
echo $TEST
echo $TEST2
# 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 f920f81

Please sign in to comment.