Skip to content

Commit

Permalink
test: change to mxbuild artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardomendix committed Jun 27, 2024
1 parent 6d7ac6e commit fe19be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/run-e2e/docker/mxbuildRC.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG BUILDPLATFORM

RUN \
echo "Downloading mxbuild ${MENDIX_VERSION}..." && \
wget -q https://artifacts.rnd.mendix.com/runtimes/net8-mxbuild-${MENDIX_VERSION}.tar.gz -O /tmp/mxbuild.tar.gz && \
wget https://artifacts.rnd.mendix.com/runtimes/mxbuild-${MENDIX_VERSION}.tar.gz -O /tmp/mxbuild.tar.gz && \
mkdir /tmp/mxbuild && \
tar xfz /tmp/mxbuild.tar.gz --directory /tmp/mxbuild && \
rm /tmp/mxbuild.tar.gz && \
Expand Down

0 comments on commit fe19be0

Please sign in to comment.