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