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 @@ -128,11 +128,11 @@ jobs:
128
128
working_directory : ~/demo
129
129
steps :
130
130
- run : sleep 15 && echo "Checking Staging..."
131
- - run : curl 'http ://staging. machina.rookout-demo.com/account/register'
132
- - run : curl 'http ://staging. python.rookout-demo.com/'
133
- - run : curl 'http ://staging. java.rookout-demo.com/'
134
- - run : curl 'http ://staging. nodejs.rookout-demo.com/'
135
- - run : curl 'http ://staging. ruby.rookout-demo.com/'
131
+ - run : curl 'https ://machina.staging .rookout-demo.com/account/register'
132
+ - run : curl 'https ://python.staging .rookout-demo.com/'
133
+ - run : curl 'https ://java.staging .rookout-demo.com/'
134
+ - run : curl 'https ://nodejs.staging .rookout-demo.com/'
135
+ - run : curl 'https ://ruby.staging .rookout-demo.com/'
136
136
- run : sleep 15 && echo "Checking Production..."
137
137
- run : curl 'http://machina.rookout-demo.com/account/register'
138
138
- run : curl 'http://python.rookout-demo.com/'
You can’t perform that action at this time.
0 commit comments