mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-06-29 22:29:29 +03:00
crucible fix
This commit is contained in:
parent
6e1b0e4296
commit
964833a23a
@ -29,8 +29,8 @@ jobs:
|
|||||||
'1.5.3',
|
'1.5.3',
|
||||||
'1.5.4',
|
'1.5.4',
|
||||||
'1.6.0',
|
'1.6.0',
|
||||||
'1.6.0Beta1',
|
'1.6.0.beta1',
|
||||||
'1.6.0Beta2',
|
'1.6.0.beta2',
|
||||||
'1.6.1',
|
'1.6.1',
|
||||||
'1.6.2',
|
'1.6.2',
|
||||||
'1.6.2.1',
|
'1.6.2.1',
|
||||||
|
@ -16,8 +16,8 @@
|
|||||||
1.5.3
|
1.5.3
|
||||||
1.5.4
|
1.5.4
|
||||||
1.6.0
|
1.6.0
|
||||||
1.6.0Beta1
|
1.6.0.beta1
|
||||||
1.6.0Beta2
|
1.6.0.beta2
|
||||||
1.6.1
|
1.6.1
|
||||||
1.6.2
|
1.6.2
|
||||||
1.6.2.1
|
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
|
DOWNLOAD_URL=https://www.atlassian.com/software/crucible/downloads/binary/crucible-${RELEASE}.zip
|
||||||
TEMP_ARCHIVE=/tmp/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
|
DOWNLOAD_URL=https://www.atlassian.com/software/crucible/downloads/binary/crucible-${RELEASE}.zip
|
||||||
TEMP_ARCHIVE=/tmp/crucible-${RELEASE}.zip
|
TEMP_ARCHIVE=/tmp/crucible-${RELEASE}.zip
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
##################################################################
|
##################################################################
|
||||||
# ARGuments
|
# 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 DOWNLOAD_URL=https://www.atlassian.com/software/crucible/downloads/binary/crucible-${RELEASE}.zip
|
||||||
ARG TEMP_ARCHIVE=/tmp/crucible-${RELEASE}.zip
|
ARG TEMP_ARCHIVE=/tmp/crucible-${RELEASE}.zip
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user