From a1ceb16878255ac494d1e39bdc7788545bc56286 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 11 Aug 2018 15:04:32 -0300 Subject: Add default.nix to default clj projects fake-symlinks.sh --- bash/fake-symlinks.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bash') diff --git a/bash/fake-symlinks.sh b/bash/fake-symlinks.sh index 8acef12..b61e798 100644 --- a/bash/fake-symlinks.sh +++ b/bash/fake-symlinks.sh @@ -4,5 +4,9 @@ if [[ -n "$GITHUB_TOKEN" ]]; then cat $DOTFILES/git/gitconfig.ini | envsubst > ~/.gitconfig fi -cp $DOTFILES/gitlab-ci.yml $DOTFILES/../org.euandreh.misc/.gitlab-ci.yml -cp $DOTFILES/gitlab-ci.yml $DOTFILES/../org.euandreh.http/.gitlab-ci.yml +repos=("org.euandreh.misc" "org.euandreh.http") + +for repo in ${repos[@]}; do + cp "$DOTFILES/git/gitlab-ci.yml" "$DOTFILES/../$repo/.gitlab-ci.yml" + cp "$DOTFILES/git/default.nix" "$DOTFILES/../$repo/default.nix" +done -- cgit v1.2.3