File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM --platform=${BUILDPLATFORM} custom-gradle AS builder
4
4
# ARG VERSION=2.1.5
5
5
# ARG SOURCE=https://github.com/AtlasOfLivingAustralia/spatial-service.git
6
6
7
- ARG VERSION=vbp-develop
8
- ARG COMMIT=a85a6b51abb2203d3e242e726965eb7f59eb98c1
7
+ ARG VERSION=130-fix-grid-layer-creation
8
+ ARG COMMIT=2b36ae277c68029186f4797572fdb7da29727b99
9
9
ARG SOURCE=https://github.com/StefanVanDyck/spatial-service.git
10
10
LABEL ala.version=inbo-${COMMIT}
11
11
@@ -41,7 +41,7 @@ RUN mkdir -p /libs \
41
41
42
42
# ARG VERSION=2.1.5
43
43
ARG VERSION=2.1.6-SNAPSHOT
44
- ARG COMMIT=a85a6b51abb2203d3e242e726965eb7f59eb98c1
44
+ ARG COMMIT=2b36ae277c68029186f4797572fdb7da29727b99
45
45
LABEL ala.version=inbo-${COMMIT}
46
46
47
47
COPY --from=builder /project/build/libs/project-${VERSION}-plain.war ${CATALINA_HOME}/webapps/spatial-service.war
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ INSTANCE_ID=$(aws ec2 describe-instances \
12
12
13
13
# create the port forwarding tunnel
14
14
aws ssm start-session --target " ${INSTANCE_ID} " \
15
- --document-name AWS-StartPortForwardingSession \
16
- --parameters " host=${REMOTE_HOST} ,portNumber${REMOTE_PORT} ,localPortNumber=${LOCAL_PORT} "
15
+ --document-name AWS-StartPortForwardingSessionToRemoteHost \
16
+ --parameters " host=${REMOTE_HOST} ,portNumber= ${REMOTE_PORT} ,localPortNumber=${LOCAL_PORT} "
You can’t perform that action at this time.
0 commit comments