Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
e22a4db8
Unverified
Commit
e22a4db8
authored
Oct 16, 2021
by
John Jones
Browse files
revert $BASH_SOURCE change in docker_test_wrapper.sh
parent
3f00257a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker_test_wrap.sh
docker_test_wrap.sh
+1
-1
No files found.
docker_test_wrap.sh
View file @
e22a4db8
...
...
@@ -21,7 +21,7 @@ PYTHON_EXE=${PYTHON_EXE:-python}
PIP_CMD
=
${
PIP_CMD
:-
pip
}
# Get needed utilities
MULTIBUILD_DIR
=
$(
dirname
"
$
0
"
)
MULTIBUILD_DIR
=
$(
dirname
"
$
{
BASH_SOURCE
[0]
}
"
)
source
$MULTIBUILD_DIR
/common_utils.sh
# Change into root directory of repo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment