Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MEC552B-Repo2Docker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
Martin Genet
MEC552B-Repo2Docker
Commits
77768849
Commit
77768849
authored
2 years ago
by
Martin Genet
Browse files
Options
Downloads
Patches
Plain Diff
Use shared runners instead of specific runner
parent
e2b646bc
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#720955
passed
2 years ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
77768849
...
@@ -9,9 +9,9 @@
...
@@ -9,9 +9,9 @@
build_docker
:
build_docker
:
stage
:
deploy
stage
:
deploy
tags
:
tags
:
#
- ci.inria.fr
-
ci.inria.fr
#
- large
-
large
-
myrunner
#
- myrunner
image
:
ubuntu:20.04
image
:
ubuntu:20.04
script
:
script
:
-
apt update; apt install -y python3 python3-pip mercurial git ca-certificates curl gnupg lsb-release
-
apt update; apt install -y python3 python3-pip mercurial git ca-certificates curl gnupg lsb-release
...
...
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