mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-29 16:39:26 +03:00
crucible fix
This commit is contained in:
parent
6e1b0e4296
commit
964833a23a
@ -29,8 +29,8 @@ jobs:
|
||||
'1.5.3',
|
||||
'1.5.4',
|
||||
'1.6.0',
|
||||
'1.6.0Beta1',
|
||||
'1.6.0Beta2',
|
||||
'1.6.0.beta1',
|
||||
'1.6.0.beta2',
|
||||
'1.6.1',
|
||||
'1.6.2',
|
||||
'1.6.2.1',
|
||||
|
@ -16,8 +16,8 @@
|
||||
1.5.3
|
||||
1.5.4
|
||||
1.6.0
|
||||
1.6.0Beta1
|
||||
1.6.0Beta2
|
||||
1.6.0.beta1
|
||||
1.6.0.beta2
|
||||
1.6.1
|
||||
1.6.2
|
||||
1.6.2.1
|
||||
|
@ -1,3 +1,3 @@
|
||||
RELEASE=1.6.0Beta1
|
||||
RELEASE=1.6.0.beta1
|
||||
DOWNLOAD_URL=https://www.atlassian.com/software/crucible/downloads/binary/crucible-${RELEASE}.zip
|
||||
TEMP_ARCHIVE=/tmp/crucible-${RELEASE}.zip
|
0
linux/ecosystem/atlassian/crucible/1/1.6.0Beta1/entrypoint.sh → linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/entrypoint.sh
Executable file → Normal file
0
linux/ecosystem/atlassian/crucible/1/1.6.0Beta1/entrypoint.sh → linux/ecosystem/atlassian/crucible/1/1.6.0.beta1/entrypoint.sh
Executable file → Normal file
@ -1,3 +1,3 @@
|
||||
RELEASE=1.6.0Beta2
|
||||
RELEASE=1.6.0.beta2
|
||||
DOWNLOAD_URL=https://www.atlassian.com/software/crucible/downloads/binary/crucible-${RELEASE}.zip
|
||||
TEMP_ARCHIVE=/tmp/crucible-${RELEASE}.zip
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
||||
##################################################################
|
||||
# ARGuments
|
||||
##################################################################
|
||||
ARG RELEASE=1.6.0Beta2
|
||||
ARG RELEASE=1.6.0.beta2
|
||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/crucible/downloads/binary/crucible-${RELEASE}.zip
|
||||
ARG TEMP_ARCHIVE=/tmp/crucible-${RELEASE}.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user