remove dotfiles again
This commit is contained in:
3
.github/scripts/build.sh
vendored
3
.github/scripts/build.sh
vendored
@@ -79,8 +79,7 @@ ls -al $BASE_DIR/../
|
|||||||
echo "Calling find"
|
echo "Calling find"
|
||||||
find $BASE_DIR/../ -type d -maxdepth 2
|
find $BASE_DIR/../ -type d -maxdepth 2
|
||||||
|
|
||||||
shopt -s dotglob
|
tar -czf $TAR_NAME -C $BASE_DIR --xform 's:^\./::' . [--show-transformed-names|--show-stored-names]
|
||||||
tar -czf $TAR_NAME -C $BASE_DIR *
|
|
||||||
sha256sum $TAR_NAME >"$TAR_NAME.sha256"
|
sha256sum $TAR_NAME >"$TAR_NAME.sha256"
|
||||||
|
|
||||||
cd $BASE_DIR;
|
cd $BASE_DIR;
|
||||||
|
|||||||
Reference in New Issue
Block a user