Commit 54179b04 authored by Administrator's avatar Administrator
Browse files

Update .gitlab-ci.yml file

Showing with 3 additions and 7 deletions
+3 -7
......@@ -15,7 +15,7 @@
stages:
- init_repo # List of stages for jobs,and their orderof execution
- build
- is_update
variables:
branch_name: $CI_COMMIT_BRANCH
baseWork: /home/gitlab-runner
......@@ -30,12 +30,8 @@ init_repo-job: # This job runs in the build stage, which runs first.
- echo $baseWork
- cd $baseWork
- python3 gettxt.py
# - rm -rf $file_name
# - mkdir $file_name
# - cd $code_url
# - git clone -b $branch_name ssh://git@120.92.155.32:10080/rtos/ChibiOS.git
build-job: # This job runs in the build stage, which runs first.
stage: build
is_update-job: # This job runs in the build stage, which runs first.
stage: is_update
tags:
- test-tag
script:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment