Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
BUG: fix CI [skip pr]
Browse files Browse the repository at this point in the history
  • Loading branch information
lacabra committed Sep 23, 2020
1 parent 7daa788 commit f65c885
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions scripts/push.bash
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#!/bin/bash
git clone https://github.com/unicef/publicgoods-website.git ../publicgoods-website && \
git clone https://github.com/unicef/publicgoods-scripts.git ../publicgoods-scripts && \
git clone https://github.com/unicef/publicgoods-scripts.git ../publicgoods-scripts && \
pushd ../publicgoods-scripts && \
./static.bash && \
npm install && \
node index.js && \
node generate_nominees.js && \
npm run build && \
./moveFiles.bash && \
./static.bash && \
npm install && \
node index.js && \
node generate_nominees.js && \
npm run build && \
./moveFiles.bash && \
popd && \
git config --global user.email "lacabra@users.noreply.github.com" && \
git config --global user.name "Victor Grau Serrat" && \
pushd ../publicgoods-website && \
git remote set-url origin https://${GITHUB_TOKEN}@github.com/unicef/publicgoods-website.git && \
git add author blog category tag \
git commit -am "BLD: $GITHUB_SHA" || true && \
git push --set-upstream origin master
git config --global user.email "lacabra@users.noreply.github.com" && \
git config --global user.name "Victor Grau Serrat" && \
pushd ../publicgoods-website && \
git remote set-url origin https://${GITHUB_TOKEN}@github.com/unicef/publicgoods-website.git && \
git add author blog category tag && \
git commit -am "BLD: $GITHUB_SHA" || true && \
git push --set-upstream origin master

0 comments on commit f65c885

Please sign in to comment.