Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -24,10 +24,11 @@ build: - cd tools - ./build.sh - echo $MAX_VERSION > dist/version - ls dist - mv dist ../ - ls ../dist artifacts: paths: - tools/dist/ - dist/ upload: stage: upload Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -24,10 +24,11 @@ build: - cd tools - ./build.sh - echo $MAX_VERSION > dist/version - ls dist - mv dist ../ - ls ../dist artifacts: paths: - tools/dist/ - dist/ upload: stage: upload Loading