Skip to content
Snippets Groups Projects
Commit 12b1957a authored by Paul Gessinger's avatar Paul Gessinger
Browse files

add include

parent cfcb2b6c
No related branches found
No related tags found
No related merge requests found
Pipeline #10464257 passed
stages:
- run
- report
include:
- remote: "$CONFIG_URL"
image: python:3.9.10-slim
# stages:
# - run
# - report
execute:
stage: run
only:
- triggers
script:
- ./execute.py
# image: python:3.9.10-slim
# execute:
# stage: run
# only:
# - triggers
# script:
# - ./execute.py
report:
stage: report
when: always
only:
- triggers
script:
- pip install requests
- ./report.py
# report:
# stage: report
# when: always
# only:
# - triggers
# script:
# - pip install requests
# - ./report.py
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