Trying to add CI/CD

This commit is contained in:
Ivan Fonarev 2023-10-27 21:52:49 +03:00
parent 5c5316eb37
commit a8fb918b71

View file

@ -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