Skip to content

Commit

Permalink
Updated Dymola license file (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter authored May 25, 2022
1 parent 8f5b8ad commit c0fe286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ before_install:
- sudo apt-get -y install python3.6-minimal # Provides /usr/bin/python3.6m
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- if [[ "$TEST_ARG" == *test-dymola* || "$TEST_ARG" == *test-bestest* || "$TEST_ARG" == *spawn-portability* ]]; then
docker pull "$DOCKER_USERNAME"/travis_ubuntu-1804_dymola:2022-x86_64;
docker pull "$DOCKER_USERNAME"/travis_ubuntu-1804_dymola:2022-x86_64_rev-1;
cp Buildings/Resources/Scripts/travis/dymola/dymola $HOME/bin/;
fi;
- if [[ "$TEST_ARG" == *test-optimica* ]]; then
Expand Down
2 changes: 1 addition & 1 deletion Buildings/Resources/Scripts/travis/dymola/dymola
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ docker run \
--detach=false \
--rm \
-v ${sha_dir}:/mnt/shared \
${DOCKER_USERNAME}/travis_ubuntu-1804_dymola:2022-x86_64 /bin/bash -c \
${DOCKER_USERNAME}/travis_ubuntu-1804_dymola:2022-x86_64_rev-1 /bin/bash -c \
"cd /mnt/shared/${bas_nam} && \
dymola ${arg_lis}"

0 comments on commit c0fe286

Please sign in to comment.