Update .gitlab-ci.yml file

This commit is contained in:
xfy xfy
2023-05-12 03:51:31 +00:00
parent 1e1c5e6e83
commit 0de4fe7a67

View File

@ -2,14 +2,6 @@ stages:
- build - build
- release - release
build:test:
stage: build
image: rust:latest
script:
- echo 'running release_job'
- echo 'Previous Job ID is printed below'
- echo $CI_JOB_ID
build:linux-gnu-amd64: build:linux-gnu-amd64:
stage: build stage: build
image: rust:latest image: rust:latest