Skip to content

Commit 09aafa3

Browse files
committed
run git stash command
Signed-off-by: MarioRadu <magda_marior@yahoo.com>
1 parent cb41c45 commit 09aafa3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.laminas-ci/pre-run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ COMMAND=$(echo "${JOB}" | jq -r '.command')
44

55
echo "Running pre-run $COMMAND"
66

7+
echo "Running git stash"
8+
git stash
9+
710
if [[ ${COMMAND} =~ phpunit ]];then
811

912
apt-get install php"${PHP_VERSION}"-sqlite3

0 commit comments

Comments
 (0)