Changing checkout

This commit is contained in:
James Ives 2019-03-03 11:21:41 -05:00 committed by GitHub
parent 5116805986
commit 78d694b862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,10 +22,9 @@ cd $GITHUB_WORKSPACE && \
git config --global user.email "${COMMIT_EMAIL:-gh-pages-deploy@jives.dev}" && \ git config --global user.email "${COMMIT_EMAIL:-gh-pages-deploy@jives.dev}" && \
git config --global user.name "${COMMIT_NAME:-Github Pages Deploy}" && \ git config --global user.name "${COMMIT_NAME:-Github Pages Deploy}" && \
git checkout "${BASE_BRANCH:-master}" && \ git checkout "${BASE_BRANCH:-master}" && \
git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \
# Builds the project if applicable. # Builds the project if applicable.
echo "This is now running $BUILD_SCRIPT" echo "Running build scripts... $BUILD_SCRIPT"
eval "$BUILD_SCRIPT" eval "$BUILD_SCRIPT"
# Commits the data to Github. # Commits the data to Github.