Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
empires_public
empires-build-container
Commits
fd7b9306
Commit
fd7b9306
authored
Jul 21, 2019
by
Max Maton
☕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split in two tasks
parent
571a845e
Pipeline
#6849
passed with stage
in 163 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
.gitlab-ci.yml
.gitlab-ci.yml
+11
-2
No files found.
.gitlab-ci.yml
View file @
fd7b9306
build_image
:
image
:
ubuntu:19.04
script
:
-
apt update; DEBIAN_FRONTEND=noninteractive apt install --yes sudo bash gnupg docker.io git wget
-
service docker start
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN containers.empiresmod.com
-
docker build -t containers.empiresmod.com/empires_public/empires-build-container .
-
docker push containers.empiresmod.com/empires_public/empires-build-container:latest
only
:
-
master
build_valve
:
image
:
ubuntu:19.04
script
:
-
apt update; DEBIAN_FRONTEND=noninteractive apt install --yes sudo bash gnupg docker.io git wget
...
...
@@ -7,7 +18,5 @@ build_image:
-
docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN containers.empiresmod.com
-
steam-runtime/setup_docker.sh -- i386 containers.empiresmod.com/empires_public/empires-build-container:steam
-
docker push containers.empiresmod.com/empires_public/empires-build-container:steam
-
docker build -t containers.empiresmod.com/empires_public/empires-build-container .
-
docker push containers.empiresmod.com/empires_public/empires-build-container:latest
only
:
-
master
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment