Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pages Test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Operate
Environments
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitLab Tests
Subgroup 1
Pages Test
Commits
950f3dcc
Verified
Commit
950f3dcc
authored
2 years ago
by
Chris Coley
Browse files
Options
Downloads
Patches
Plain Diff
Go back to not using depend strategy on triggered pipeline
parent
d533bf68
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
purge-cache.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
purge-cache.gitlab-ci.yml
with
0 additions
and
2 deletions
.gitlab-ci.yml
+
0
−
1
View file @
950f3dcc
...
@@ -91,7 +91,6 @@ trigger-cache-purge:
...
@@ -91,7 +91,6 @@ trigger-cache-purge:
stage
:
.post
stage
:
.post
trigger
:
trigger
:
include
:
purge-cache.gitlab-ci.yml
include
:
purge-cache.gitlab-ci.yml
strategy
:
depend
variables
:
variables
:
PARENT_PIPELINE_ID
:
$CI_PIPELINE_ID
PARENT_PIPELINE_ID
:
$CI_PIPELINE_ID
...
...
This diff is collapsed.
Click to expand it.
purge-cache.gitlab-ci.yml
+
0
−
1
View file @
950f3dcc
...
@@ -15,7 +15,6 @@ purge-cache:
...
@@ -15,7 +15,6 @@ purge-cache:
job
:
create-purge-json
job
:
create-purge-json
script
:
script
:
-
cat purge.json
-
cat purge.json
-
exit
1
# - >-
# - >-
# wget -qO- "https://api.cloudflare.com/client/v4/zones/$CF_PURGE_CACHE_ZONE/purge_cache"
# wget -qO- "https://api.cloudflare.com/client/v4/zones/$CF_PURGE_CACHE_ZONE/purge_cache"
# --header "Content-Type: application/json"
# --header "Content-Type: application/json"
...
...
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