Commit 6c7d6113 authored by Jan Kiene's avatar Jan Kiene
Browse files

printout commit SHA after pulling from codec repo

parent e4b2bb96
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -24,10 +24,10 @@ stages:

# print some info on the runner setup
.print-common-info: &print-common-info
  - echo "--------------------------------------------\n"
  - printf "--------------------------------------------\n"
  - python3 --version
  - pip3 freeze | grep "numpy\|scipy\|YAML\|pytest\|black\|isort\|flake8"
  - echo "--------------------------------------------\n\n"
  - printf "--------------------------------------------\n\n"


# script anchor for updating the codec repo
@@ -37,6 +37,9 @@ stages:
  - cd $CODEC_DIR
  # make sure that we are at latest main
  - git pull
  - printf "--------------------------------------------\n"
  - echo "Building codec on commit $(git rev-parse HEAD --short)"
  - printf "--------------------------------------------\n"
  # only builds if code has actually changed
  - make -j
  - cd $dir