Skip to content

Commit 54e3ca8

Browse files
committed
tmp
1 parent 94a7cf7 commit 54e3ca8

File tree

3 files changed

+4
-20
lines changed

3 files changed

+4
-20
lines changed

.github/actions/build_urcap/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Container image that runs your code
2-
FROM ubuntu:bionic
2+
FROM ubuntu:noble
33

44
# Copies your code file from your action repository to the filesystem path `/` of the container
55
COPY entrypoint.sh /entrypoint.sh

.github/actions/build_urcap/entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ pushd ${download_folder}
1111
curl -o sdk-${SDK_VERSION}.zip https://s3-eu-west-1.amazonaws.com/urplus-developer-site/sdk/sdk-${SDK_VERSION}.zip
1212
mkdir sdk
1313
unzip -q sdk-${SDK_VERSION}.zip -d sdk
14-
if [ "$SDK_MAJOR" -eq 1 ] && [ "$SDK_MINOR" -lt 10 ]; then
15-
cd sdk
16-
else
14+
if [ "$SDK_MAJOR" -eq 1 ] && [ "$SDK_MINOR" -eq 10 ]; then
1715
cd sdk/URCap_SDK-${SDK_VERSION}
16+
else
17+
cd sdk
1818
fi
1919
./install.sh
2020

.github/dockerursim/build_and_run_docker_ursim.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)