Commit fc7b41b7 authored by Mattia Rizzolo's avatar Mattia Rizzolo

flock only the deploy script

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mapreri@ubuntu.com>
parent 9a360dfe
......@@ -3,7 +3,6 @@
set -euo pipefail
base="$( cd "$(dirname "${BASH_SOURCE[0]}")" && pwd )"
. "$base"/utils/flock.sh
# Allow this script to be run only by ubuntu-it
if [[ "$(whoami)" != "ubuntu-it" ]]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment