Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
devops
CI
Merge requests
!19
use prevent-rollback when variable name is version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
use prevent-rollback when variable name is version
harry/deploy-prevent-rollback
into
master
Overview
2
Commits
4
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Harry Milne
requested to merge
harry/deploy-prevent-rollback
into
master
5 years ago
Overview
2
Commits
4
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 3
eee95a96
5 years ago
version 2
3486450b
5 years ago
version 1
83be3ea4
5 years ago
master (base)
and
latest version
latest version
555cbc85
4 commits,
5 years ago
version 3
eee95a96
3 commits,
5 years ago
version 2
3486450b
2 commits,
5 years ago
version 1
83be3ea4
1 commit,
5 years ago
2 files
+
20
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
gitlab/deploy.yml
+
1
−
1
Options
.deploy-template
:
stage
:
deploy
before_script
:
-
curl https://git.iwoca.co.uk/devops/ci/raw/4.0.
8
/scripts/deploy.sh > deploy.sh
-
curl https://git.iwoca.co.uk/devops/ci/raw/4.0.
9
/scripts/deploy.sh > deploy.sh
-
chmod +x deploy.sh
script
:
-
eval VARIABLE="${VARIABLE}"
# evaluate variable used in job definition
Loading