We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b03863 commit 50dc671Copy full SHA for 50dc671
.travis.yml
@@ -5,7 +5,7 @@ language: generic
5
dist: bionic
6
sudo: required
7
branches:
8
-only:
+ only:
9
- /dev*/
10
- /AO-dev*/
11
- /QA*/
@@ -26,9 +26,10 @@ jobs:
26
script:
27
- chmod u+x push-image-to-nexus.sh && bash push-image-to-nexus.sh
28
- chmod u+x deploy_sdk.sh && bash deploy_sdk.sh
29
+
30
notifications:
31
email:
32
recipients:
33
- [email protected]
34
on_success: always
- on_failure: always
35
+ on_failure: always
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:14 as build
2
3
-LABEL maintainer="rizwan@celestialsys.com"
+LABEL maintainer="froala_git_travis_bot@idera.com"
4
ARG PackageName
ARG PackageVersion
0 commit comments