Skip to content

Commit

Permalink
Pass parameter to the build stage instead of run
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Aug 5, 2024
1 parent 002b18a commit 7b0e9fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Copyright 1999-2024. WebPros International GmbH.
services:
tests:
build: ../latest/
environment:
LICENSE: A00Y00-1KWH10-REFG92-T9JF97-TBXC06
build:
context: ../latest/
args:
LICENSE: A00Y00-1KWH10-REFG92-T9JF97-TBXC06
logging:
driver: none
ports:
Expand Down

0 comments on commit 7b0e9fc

Please sign in to comment.