Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ci-bridge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
acts
ci-bridge
Commits
12b1957a
Commit
12b1957a
authored
2 years ago
by
Paul Gessinger
Browse files
Options
Downloads
Patches
Plain Diff
add include
parent
cfcb2b6c
No related branches found
No related tags found
No related merge requests found
Pipeline
#10464257
passed
4 hours ago
Changes
1
Pipelines
26589
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-18
21 additions, 18 deletions
.gitlab-ci.yml
with
21 additions
and
18 deletions
.gitlab-ci.yml
+
21
−
18
View file @
12b1957a
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment