mirror of
https://github.com/BastilleBSD/templates.git
synced 2026-03-26 19:09:32 +01:00
test 9
This commit is contained in:
@@ -16,6 +16,8 @@ task:
|
||||
install_script: pkg install bastille
|
||||
script:
|
||||
- echo "Build and test steps go here"
|
||||
- git clonehttps://github.com/BastilleBSD/templates.git
|
||||
- cd templates
|
||||
- git rev-parse --abbrev-ref HEAD > branch.txt
|
||||
- read -r BRANCH <"branch.txt"
|
||||
- echo $BRANCH
|
||||
@@ -36,6 +38,7 @@ task:
|
||||
|
||||
- cd $CHDIR
|
||||
- pwd
|
||||
- chmod +x ./test.sh
|
||||
- ./test.sh
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user