File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -125,11 +125,11 @@ jobs:
125125 working_directory : ~/demo
126126 steps :
127127 - run : sleep 15 && echo "Checking Staging..."
128- - run : curl --fail 'http ://staging. machina.rookout-demo.com/account/register'
129- - run : curl --fail 'http ://staging. python.rookout-demo.com/'
130- - run : curl --fail 'http ://staging. java.rookout-demo.com/'
131- - run : curl --fail 'http ://staging. nodejs.rookout-demo.com/'
132- - run : curl --fail 'http ://staging. ruby.rookout-demo.com/'
128+ - run : curl --fail 'https ://machina.staging .rookout-demo.com/account/register'
129+ - run : curl --fail 'https ://python.staging .rookout-demo.com/'
130+ - run : curl --fail 'https ://java.staging .rookout-demo.com/'
131+ - run : curl --fail 'https ://nodejs.staging .rookout-demo.com/'
132+ - run : curl --fail 'https ://ruby.staging .rookout-demo.com/'
133133
134134 - run : sleep 15 && echo "Checking Production..."
135135 - run : curl --fail 'http://machina.rookout-demo.com/account/register'
You can’t perform that action at this time.
0 commit comments