Skip to content

Commit

Permalink
chore: replace env
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz committed Jun 24, 2024
1 parent 0a5acd5 commit 1975b27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Claim environment and wait
run: |
echo ENV_ID="$(./selfservice claimAndWait isv_ci_tas_srt_4_0 | jq -r '.id')" >> "$GITHUB_ENV"
echo ENV_ID="5092" >> "$GITHUB_ENV"
- name: Set up Go
uses: actions/setup-go@v3
Expand Down Expand Up @@ -375,6 +375,6 @@ jobs:
env:
API_TOKEN: ${{ secrets.API_TOKEN }}

- name: release environment
run: |
./selfservice release $ENV_ID
# - name: release environment
# run: |
# ./selfservice release $ENV_ID

0 comments on commit 1975b27

Please sign in to comment.