#!/bin/bash

set -euEo pipefail

echo "Going to stash changes in /etc/ngcp-config"
cd /etc/ngcp-config
git stash push -m "Stashing Upgrade to ${UPGRADE_VERSION}"
