Skip to content

Commit

Permalink
Update check script after project rename
Browse files Browse the repository at this point in the history
Signed-off-by: Julz Friedman <[email protected]>
  • Loading branch information
georgethebeatle authored and julz committed May 5, 2016
1 parent 394c090 commit 4490edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ read -p "Did you make sure CI is green? (yes/no):" response
if [ $response == "yes" ]; then
echo "Thanks! Continuing with bump..."
else
open "https://garden-linux.ci.cf-app.com/?groups=guardian&groups=guardian-long"
open "https://garden-linux.ci.cf-app.com/?groups=garden-runc&groups=garden-runc-long"
exit 1
fi

0 comments on commit 4490edd

Please sign in to comment.