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
!46
Fix TF13.5 deploy image
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix TF13.5 deploy image
elliott/fix-13-5-image
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Elliott Street
requested to merge
elliott/fix-13-5-image
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Fix for this error
https://git.iwoca.co.uk/devops/ci/-/jobs/3005390
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8606058a
1 commit,
4 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docker/deploy/install.sh
+
2
−
2
Options
@@ -9,8 +9,8 @@ else
chmod
+x /usr/sbin/sudo
fi
ln
-s
/usr/bin/python3 /usr/bin/python
ln
-s
/usr/bin/pip3 /usr/bin/pip
ln
-s
/usr/bin/python3 /usr/bin/python
||
true
ln
-s
/usr/bin/pip3 /usr/bin/pip
||
true
GITHUB_OAUTH_TOKEN
=
$(
cat
/run/secrets/GITHUB_TOKEN_FILE
)
export
GITHUB_OAUTH_TOKEN
Loading