1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-06-16 23:26:43 +00:00

had master instead of main 🙄

This commit is contained in:
Anson Biggs 2021-09-17 13:13:15 -07:00
parent 9c0c07453a
commit 4d5332a650

View File

@ -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
@ -39,9 +38,9 @@ pages:
- build - build
- plots - plots
script: script:
- "" - ""
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- master - main