Skip to content

Commit

Permalink
fix .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Mar 10, 2019
1 parent 0e1f20f commit 3367a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker_builder:
else
git clone --recursive https://x-access-token:${CIRRUS_REPO_CLONE_TOKEN}@github.com/${CIRRUS_REPO_FULL_NAME}.git $CIRRUS_WORKING_DIR
git fetch origin pull/$CIRRUS_PR/head:pull/$CIRRUS_PR
fi
fi;
git reset --hard $CIRRUS_CHANGE_IN_REPO
make_script: ./makefiles/docker-make.sh DEVICE=$DEVICE
test_script: ./makefiles/docker-make.sh DEVICE=$DEVICE test
Expand Down

0 comments on commit 3367a76

Please sign in to comment.