Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Specify dummy TOOLKIT_* values in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Nov 24, 2021
1 parent a25921b commit 312528d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ stages:
- build-one
- build-all

variables:
# We specify the TOOLKIT_VERSION and TOOLKIT_TAG variable to allow packages
# to be built.
TOOLKIT_VERSION: 999.999.999
TOOLKIT_TAG: dummy

.build-setup: &build-setup
image: docker:19.03.8

Expand Down

0 comments on commit 312528d

Please sign in to comment.