mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-05-11 22:49:25 +03:00
bb 9.6.1
This commit is contained in:
parent
aff19d1c09
commit
9115018623
@ -29,6 +29,7 @@ jobs:
|
|||||||
'9.5.1',
|
'9.5.1',
|
||||||
'9.5.2',
|
'9.5.2',
|
||||||
'9.6.0',
|
'9.6.0',
|
||||||
|
'9.6.1',
|
||||||
]
|
]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -10,3 +10,4 @@
|
|||||||
9.5.1
|
9.5.1
|
||||||
9.5.2
|
9.5.2
|
||||||
9.6.0
|
9.6.0
|
||||||
|
9.6.1
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
RELEASE=9.4.0
|
RELEASE=9.6.1
|
||||||
DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-${RELEASE}.tar.gz
|
DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-${RELEASE}.tar.gz
|
||||||
TEMP_ARCHIVE=/tmp/atlassian-bitbucket-${RELEASE}.tar.gz
|
TEMP_ARCHIVE=/tmp/atlassian-bitbucket-${RELEASE}.tar.gz
|
||||||
|
@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|||||||
##################################################################
|
##################################################################
|
||||||
# ARGuments
|
# ARGuments
|
||||||
##################################################################
|
##################################################################
|
||||||
ARG RELEASE=9.6.0
|
ARG RELEASE=9.6.1
|
||||||
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-${RELEASE}.tar.gz
|
ARG DOWNLOAD_URL=https://www.atlassian.com/software/stash/downloads/binary/atlassian-bitbucket-${RELEASE}.tar.gz
|
||||||
ARG TEMP_ARCHIVE=/tmp/atlassian-bitbucket-${RELEASE}.tar.gz
|
ARG TEMP_ARCHIVE=/tmp/atlassian-bitbucket-${RELEASE}.tar.gz
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user