Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(scripts): change execution permissions to scripts
  • Loading branch information
Airscript committed Aug 13, 2022
commit 2a49e70299a23ddf9916000e0f9f6c32fbfdf151
Empty file modified scripts/ci/build.sh
100644 → 100755
Empty file.
Empty file modified scripts/ci/deploy.sh
100644 → 100755
Empty file.
Empty file modified scripts/ci/verify.sh
100644 → 100755
Empty file.
Empty file modified scripts/docker/build.sh
100644 → 100755
Empty file.
Empty file modified scripts/docker/login.sh
100644 → 100755
Empty file.
Empty file modified scripts/docker/push.sh
100644 → 100755
Empty file.
Empty file modified scripts/install/bash.sh
100644 → 100755
Empty file.
Empty file modified scripts/install/docker-cli.sh
100644 → 100755
Empty file.
Empty file modified scripts/install/git.sh
100644 → 100755
Empty file.
Empty file modified scripts/install/hugo.sh
100644 → 100755
Empty file.
Empty file modified scripts/install/make.sh
100644 → 100755
Empty file.
Empty file modified scripts/install/netlify-cli.sh
100644 → 100755
Empty file.
Empty file modified scripts/install/npm.sh
100644 → 100755
Empty file.
5 changes: 4 additions & 1 deletion scripts/shared/git-submodules.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
if [ ! "$1" = "compose" ]; then
git submodule update --init --recursive
fi
echo 1
fi

echo 0