hrm
parent
9b2a0a471f
commit
9ccf0a0638
|
|
@ -8,7 +8,12 @@ fi
|
||||||
# Dump environment variables for debugging
|
# Dump environment variables for debugging
|
||||||
echo "Environment variables:"
|
echo "Environment variables:"
|
||||||
env
|
env
|
||||||
|
|
||||||
|
echo "holla 1 $GITEA_ACTIONS"
|
||||||
|
export GITEA_ACTIONS=true
|
||||||
|
echo "holla 2 $GITEA_ACTIONS"
|
||||||
echo "Running gitea test"
|
echo "Running gitea test"
|
||||||
|
|
||||||
# Bit of a hack, test the most recent package
|
# Bit of a hack, test the most recent package
|
||||||
TEST_TARGET_SO=$( ls -t1 ./package/laconic-so* | head -1 )
|
TEST_TARGET_SO=$( ls -t1 ./package/laconic-so* | head -1 )
|
||||||
# Set a non-default repo dir
|
# Set a non-default repo dir
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue