Skip to content

Commit

Permalink
Set version to dev to prevent builds from non-required changes
Browse files Browse the repository at this point in the history
  • Loading branch information
josejulio committed Aug 16, 2024
1 parent 75f9e30 commit e1dae2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ pr-check:

.PHONY: inventory-up
inventory-up:
INVENTORY_VERSION=$(VERSION) ./scripts/start-inventory.sh
./scripts/start-inventory.sh

.PHONY: inventory-up-sso
inventory-up-sso:
INVENTORY_VERSION=$(VERSION) ./scripts/start-inventory-kc.sh
./scripts/start-inventory-kc.sh

.PHONY: get-token
get-token:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
build:
dockerfile: Dockerfile
args:
VERSION: $INVENTORY_VERSION
VERSION: dev
volumes:
- ./inventory-api-compose.yaml:/inventory-api-compose.yaml:ro,z
- ./config/psks.yaml:/psks.yaml:ro,z
Expand All @@ -25,7 +25,7 @@ services:
build:
dockerfile: Dockerfile
args:
VERSION: $INVENTORY_VERSION
VERSION: dev
volumes:
- ./inventory-api-compose.yaml:/inventory-api-compose.yaml:ro,z
command: ["migrate"]
Expand Down

0 comments on commit e1dae2d

Please sign in to comment.