forked from toolshed/abra
test: just build main
This commit is contained in:
parent
e945087f79
commit
d22e2c38ce
@ -71,7 +71,6 @@ steps:
|
|||||||
port: 22
|
port: 22
|
||||||
command_timeout: 60m
|
command_timeout: 60m
|
||||||
script_stop: true
|
script_stop: true
|
||||||
envs: [ DRONE_SOURCE_BRANCH ]
|
|
||||||
request_pty: true
|
request_pty: true
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
# destroys resources on the swarm server you run it against. This is for
|
# destroys resources on the swarm server you run it against. This is for
|
||||||
# setup/teardown for the integration test suite.
|
# setup/teardown for the integration test suite.
|
||||||
#
|
#
|
||||||
# export DRONE_SOURCE_BRANCH=<your-branch-name>
|
|
||||||
# ./run-ci-int
|
# ./run-ci-int
|
||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
@ -45,17 +44,7 @@ echo "========================================================================"
|
|||||||
rm -rf abra
|
rm -rf abra
|
||||||
git clone ssh://git@git.coopcloud.tech:2222/coop-cloud/abra.git
|
git clone ssh://git@git.coopcloud.tech:2222/coop-cloud/abra.git
|
||||||
cd abra
|
cd abra
|
||||||
echo "========================================================================"
|
git checkout main
|
||||||
|
|
||||||
echo "========================================================================"
|
|
||||||
echo "FETCHING ABRA BRANCH FOR TESTING"
|
|
||||||
echo "========================================================================"
|
|
||||||
if [ -z "$DRONE_SOURCE_BRANCH" ]; then
|
|
||||||
DRONE_SOURCE_BRANCH="main"
|
|
||||||
fi
|
|
||||||
|
|
||||||
git fetch --all
|
|
||||||
git checkout $DRONE_SOURCE_BRANCH
|
|
||||||
echo "========================================================================"
|
echo "========================================================================"
|
||||||
|
|
||||||
echo "========================================================================"
|
echo "========================================================================"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user