FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Web Application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab has been upgraded. See what's new in the
Changelog
.
Show more breadcrumbs
Information Services
DevOps
Information Asset Register
Web Application
Commits
ac52f49e
Commit
ac52f49e
authored
1 year ago
by
Robin Goodall
Browse files
Options
Downloads
Patches
Plain Diff
fix: remove outdated deploy trigger
parent
27d7f4b1
No related branches found
No related tags found
Loading
Pipeline
#502122
passed with warnings
1 year ago
Stage: build
Stage: test
Stage: dast
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-23
0 additions, 23 deletions
.gitlab-ci.yml
with
0 additions
and
23 deletions
.gitlab-ci.yml
+
0
−
23
View file @
ac52f49e
...
...
@@ -21,26 +21,3 @@ variables:
# Disable parts of AutoDevOps which we don't use.
DOCUMENTATION_DISABLED
:
"
yes"
DAST_DISABLED
:
"
yes"
# Trigger deployment of staging instance using the Docker image built via Auto
# DevOps.
deploy_staging
:
stage
:
staging
variables
:
# These variables must be set for the triggered pipeline to deploy the
# application.
WEBAPP_DOCKER_IMAGE
:
"
${CI_REGISTRY_IMAGE}/${CI_COMMIT_REF_NAME}:${CI_COMMIT_SHA}"
DEPLOY_ENABLED
:
"
staging"
# Trigger the deployment job in the deploy repository and require it to
# succeed for this pipeline to succeed.
trigger
:
project
:
uis/devops/iar/new-deploy
branch
:
master
strategy
:
depend
# We only want to auto-deploy to staging when the master branch changes.
only
:
refs
:
-
master
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