Skip to content
Snippets Groups Projects
Commit 4534541e authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

change bash shebang [skip ci]

parent ec029153
No related branches found
No related tags found
1 merge request!40Add docker ubuntu 22.04 cuda 11.7 image
Pipeline #110417 skipped
#!/bin/bash #!/usr/bin/env bash
## ##
## Copyright (C) HySoP 2011-2022 ## Copyright (C) HySoP 2011-2022
## ##
......
#!/bin/bash #!/usr/bin/env bash
## ##
## Copyright (C) HySoP 2011-2022 ## Copyright (C) HySoP 2011-2022
## ##
......
#!/bin/bash #!/usr/bin/env bash
## ##
## Copyright (C) HySoP 2011-2022 ## Copyright (C) HySoP 2011-2022
## ##
......
#!/bin/bash #!/usr/bin/env bash
## ##
## Copyright (C) HySoP 2011-2022 ## Copyright (C) HySoP 2011-2022
## ##
......
#!/bin/bash #!/usr/bin/env bash
##
## Copyright (C) HySoP 2011-2022
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
##
set -feu -o pipefail set -feu -o pipefail
echo "HOST" echo "HOST"
uname -a uname -a
......
...@@ -16,6 +16,6 @@ docker create %EXTRA_ARGS% -v "%SCRIPT_DIR%\..\..:/hysop:ro" --name=%CONTAINER_I ...@@ -16,6 +16,6 @@ docker create %EXTRA_ARGS% -v "%SCRIPT_DIR%\..\..:/hysop:ro" --name=%CONTAINER_I
docker start %CONTAINER_ID% docker start %CONTAINER_ID%
docker exec %CONTAINER_ID% /hysop/ci/scripts/build_and_test.sh docker exec %CONTAINER_ID% /usr/bin/bash /hysop/ci/scripts/build_and_test.sh
docker commit %CONTAINER_ID% %DOCKER_IMG% docker commit %CONTAINER_ID% %DOCKER_IMG%
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment