Skip to content

Commit 3a92474

Browse files
author
Sascha Pfeiffer
committed
added trigger for psono combo builds
Signed-off-by: Sascha Pfeiffer <sascha.pfeiffer@psono.com>
1 parent 3262e4e commit 3a92474

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/views/User/Edit.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ class User extends React.Component {
272272
};
273273

274274
save = () => {
275-
// this.setState({ loginLoading: true });
276275
this.setState({
277276
errors: [],
278277
msgs: []

var/deploy-docker.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ docker push psono/psono-admin-client:latest
99

1010
# Inform production stage about new image
1111
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

0 commit comments

Comments
 (0)