mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-09-12 16:45:10 +00:00
had master instead of main 🙄
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
# can use verions as well, like gcc:5.2
|
# can use verions as well, like gcc:5.2
|
||||||
# see https://hub.docker.com/_/gcc/
|
# see https://hub.docker.com/_/gcc/
|
||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: gcc
|
image: gcc
|
||||||
stage: build
|
stage: build
|
||||||
@@ -32,16 +31,16 @@ plots:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
- plots
|
- plots
|
||||||
script:
|
script:
|
||||||
- ""
|
- ""
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
|
Reference in New Issue
Block a user