1
1
Fork 1

Delete target.sh

This commit is contained in:
Derek Smith 2023-10-19 22:55:43 -04:00
parent 8019839389
commit e03a2526ee
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 0 additions and 5 deletions

View File

@ -1,3 +0,0 @@
#!/bin/bash
export TARGET_PROJECT_GIT_COMMIT=ca069c7decdc74d2719a7f34927bda49159da2ae

View File

@ -3,8 +3,6 @@
set -exu
cd "$(dirname "$0")"
. ./target.sh
# check to ensure dependencies are met.
for cmd in wait-for-it dig rsync sshfs lxc; do
if ! command -v "$cmd" >/dev/null 2>&1; then