Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
0ea6ea17
Commit
0ea6ea17
authored
Apr 26, 2021
by
Shervin Nourbakhsh
Browse files
Use absolute path for build_and_package.sh script
parent
19699463
Changes
1
Hide whitespace changes
Inline
Side-by-side
build_and_package.sh
View file @
0ea6ea17
#!/bin/bash
BASE_BUILD_DIR
=
${
1
:-
/dev/shm/cameo/
}
[
"
$BASE_BUILD_DIR
"
!=
"
${
BASE_BUILD_DIR
#/
}
"
]
||
BASE_BUILD_DIR
=
$PWD
/
$BASE_BUILD_DIR
packages_dir
=
${
BASE_BUILD_DIR
}
/packages
mkdir
${
packages_dir
}
-p
#mvn install
...
...
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