Skip to content

Commit

Permalink
Temporary commit for better testing
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 12, 2017
1 parent 8864ed6 commit aef12ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ if [ $BRANCH != "master" ] ; then
node_modules/.bin/emu-algify --throwing-indicators < $BRANCH_DIR/index.intermediate.html > $BRANCH_DIR/index.html
rm $BRANCH_DIR/index.intermediate.html
echo "Branch snapshot output to $WEB_ROOT/$BRANCHES_DIR/$BRANCH"
else
fi
#else
# Living standard, if master
curl https://api.csswg.org/bikeshed/ -f -F [email protected] \
-F md-Text-Macro="SNAPSHOT-LINK $SNAPSHOT_LINK" \
Expand All @@ -80,7 +81,7 @@ else
cp manifest.json $WEB_ROOT/manifest.json

echo "Living standard output to $WEB_ROOT"
fi
#fi

echo ""
find $WEB_ROOT -print
Expand Down

0 comments on commit aef12ab

Please sign in to comment.