ci deploy...

This commit is contained in:
tkl 2016-08-01 15:17:12 +02:00
parent 022a38921d
commit 0b7807c7d3

View File

@ -35,39 +35,5 @@ deploy_job:
paths:
- *.xs
only:
- /^release/.*$/
except:
- tags
#test_job:
# script:
# - "make install APP=test BOARD=stm32f4-discovery"
# stage: test
#int_release_job:
# script:
# - "cd top_agricola/core"
# - "./generate_ci_makefile.py"
# - "make -f Makefile_ci.gen all"
# - "cd ci"
# - "./deploy_release.py -t rc"
# stage: deploy
# only:
# - /^release/.*$/
# except:
# - tags
#ext_release_job:
# script:
# - "cd top_agricola/core"
# - "./generate_ci_makefile.py"
# - "make -f Makefile_ci.gen all"
# - "cd ci"
# - "./deploy_release.py -t r"
# stage: deploy
# only:
# - /^release/174_AG.*$/
# except:
# - branches