Trying to add CI/CD
This commit is contained in:
parent
5c5316eb37
commit
a8fb918b71
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
# Is performed before the scripts in the stages step
|
||||
tags:
|
||||
- selfhosted-1
|
||||
|
||||
before_script:
|
||||
- source /etc/profile
|
||||
|
||||
|
@ -17,6 +16,9 @@ run-build:
|
|||
- mkdir build
|
||||
- mv ../* build/
|
||||
|
||||
tags:
|
||||
- selfhosted-1
|
||||
|
||||
# This stage is only executed for new tags
|
||||
only:
|
||||
- tags
|
||||
|
|
Loading…
Add table
Reference in a new issue