Commit 7fb670ea authored by Fabian Müller's avatar Fabian Müller
Browse files

Extract update-ltv-repo snippet

parent b3ca0247
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
#! /bin/bash

set -euo pipefail

cd "${CI_PROJECT_DIR}"

pushd "$LTV_DIR"
git pull
popd