Skip to content

Commit 50dc671

Browse files
froala-travis-botfroala-travis-bot
andauthored
Cicdupdates (#254)
* CI/CD integration fix for branch restriction Co-authored-by: froala-travis-bot <[email protected]>
1 parent 7b03863 commit 50dc671

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ language: generic
55
dist: bionic
66
sudo: required
77
branches:
8-
only:
8+
only:
99
- /dev*/
1010
- /AO-dev*/
1111
- /QA*/
@@ -26,9 +26,10 @@ jobs:
2626
script:
2727
- chmod u+x push-image-to-nexus.sh && bash push-image-to-nexus.sh
2828
- chmod u+x deploy_sdk.sh && bash deploy_sdk.sh
29+
2930
notifications:
3031
email:
3132
recipients:
3233
3334
on_success: always
34-
on_failure: always
35+
on_failure: always

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:14 as build
22

3-
LABEL maintainer="rizwan@celestialsys.com"
3+
LABEL maintainer="froala_git_travis_bot@idera.com"
44

55
ARG PackageName
66
ARG PackageVersion

0 commit comments

Comments
 (0)