File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,6 @@ class User extends React.Component {
272
272
} ;
273
273
274
274
save = ( ) => {
275
- // this.setState({ loginLoading: true });
276
275
this . setState ( {
277
276
errors : [ ] ,
278
277
msgs : [ ]
Original file line number Diff line number Diff line change @@ -9,4 +9,8 @@ docker push psono/psono-admin-client:latest
9
9
10
10
# Inform production stage about new image
11
11
curl -X POST https://hooks.microbadger.com/images/psono/psono-admin-client/mQL9_d3jeUgSgEF1WMmat_rKrv8=
12
- curl -X POST $psono_image_updater_url
12
+ curl -X POST $psono_image_updater_url
13
+
14
+ echo " Trigger psono combo rebuild"
15
+ curl -X POST -F token=$PSONO_COMBO_TRIGGER_TOKEN -F ref=master https://gitlab.com/api/v4/projects/16086547/trigger/pipeline
16
+ curl -X POST -F token=$PSONO_COMBO_EE_TRIGGER_TOKEN -F ref=master https://gitlab.com/api/v4/projects/16127995/trigger/pipeline
You can’t perform that action at this time.
0 commit comments