mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 20:50:33 +00:00
Move job to deploy stage
This commit is contained in:
parent
9de82b4c81
commit
618f4ce199
@ -30,9 +30,10 @@
|
|||||||
# DOCKER_HUB_REPO = docker-gnsssdr
|
# DOCKER_HUB_REPO = docker-gnsssdr
|
||||||
# DOCKER_HUB_PASSWORD = ********************
|
# DOCKER_HUB_PASSWORD = ********************
|
||||||
#
|
#
|
||||||
# If you want to make changes in the source code, please branch-off from the
|
# If you want to make changes in the source code, branch-off from the 'next'
|
||||||
# 'next' branch of your forked repository and, if needed, add new jobs in this
|
# branch of your forked repository and, if needed, add new jobs in this
|
||||||
# file at the 'deploy' and 'experiment' stages.
|
# file at the 'deploy' and 'experiment' stages. Please do not use the next
|
||||||
|
# branch for your changes, always open a new branch from next and work there.
|
||||||
#
|
#
|
||||||
# Feel free to delete the docker-gnsssdr and docker-pybombs-gnsssdr jobs,
|
# Feel free to delete the docker-gnsssdr and docker-pybombs-gnsssdr jobs,
|
||||||
# they are for developers' team only. Actually, this is their CI/CD system.
|
# they are for developers' team only. Actually, this is their CI/CD system.
|
||||||
@ -213,7 +214,7 @@ docker-pybombs-gnsssdr:
|
|||||||
|
|
||||||
docker-access18:
|
docker-access18:
|
||||||
image: docker:latest
|
image: docker:latest
|
||||||
stage: build
|
stage: deploy
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user