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 4a1c52f commit bb818f2Copy full SHA for bb818f2
.gitlab-ci.yml
@@ -70,9 +70,8 @@ deploy:npm:
70
71
deploy:docker:
72
stage: deploy
73
- before_script:
74
- - sh scripts/replace_templates.sh
75
script:
+ - sh scripts/replace_templates.sh
76
- docker info
77
- docker login -u $BITSENSOR_USERNAME -p $BITSENSOR_PASSWORD artifacts.bitsensor.io:1443
78
- docker build -t elastalert .
@@ -87,9 +86,8 @@ deploy:docker:
87
86
88
deploy:docker:snapshot:
89
90
91
92
93
94
95
0 commit comments