Skip to content

Commit

Permalink
hardcode DEV_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
flowirtz committed Aug 7, 2024
1 parent 15e8267 commit 1553863
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2 # Fetch the last 2 commits, for DRACON_VERSION

- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -37,7 +35,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Deploy development environment
run: make dev-deploy
run: make DRACON_DEV_VERSION="v0.0.0-integration" dev-deploy

- name: Build draconctl
run: make cmd/draconctl/bin
Expand Down

0 comments on commit 1553863

Please sign in to comment.