Skip to content
Snippets Groups Projects
Commit 85726397 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

CI: Fix only:variable in nightly builds

parent e373c705
No related branches found
No related tags found
No related merge requests found
Pipeline #23781 failed
...@@ -106,7 +106,8 @@ test:clang: ...@@ -106,7 +106,8 @@ test:clang:
docker:build-nightly: docker:build-nightly:
<<: *docker_template <<: *docker_template
only: only:
- schedules variables:
- SCHEDULED_NIGHTLY
script: script:
- docker build -t "$IMAGE_TAG_NIGHTLY" . - docker build -t "$IMAGE_TAG_NIGHTLY" .
- docker run "$IMAGE_TAG_NIGHTLY" /usr/bin/aql2 --help - docker run "$IMAGE_TAG_NIGHTLY" /usr/bin/aql2 --help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment