Skip to content
Snippets Groups Projects
Commit c7b7e99a authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2:
Browse files

Perform rebase in the pipeline

parent b8d17e73
No related branches found
No related tags found
Loading
Pipeline #7028929 failed
......@@ -34,6 +34,8 @@ function heading() {
set -e
BUILD_DIR=${PWD}
heading "Preliminary setup"
if [ -z "${ATHENA_SOURCE}" ]; then
......@@ -94,10 +96,17 @@ lsetup "views ${LCG_RELEASE} ${LCG_PLATFORM}" || true
CCACHE=$(command -v ccache)
$CCACHE -z
heading "Rebase the GeoModel code base w.r.t. main"
cd ${CI_PROJECT_DIR}
git getch origin
git rebase origin/main
cd ${BUILD_DIR}
heading "Configure GeoModel"
gm_install_dir=$PWD/geomodel-install
cmake -S "${SCRIPT_DIR}/.." -B geomodel-build \
-GNinja \
-DCMAKE_MAKE_PROGRAM="$NINJA" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment