Skip to content

Commit

Permalink
wip: folder name workaround is required, but correct
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed May 13, 2024
1 parent aaad344 commit 12835e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/setup_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ if [ "$CI" = true ]; then
WORKSPACE_DIR="$(dirname "$ROOT_DIR")"

# workaround since repo is named 'kano' and in kli file it's 'maps'
# mv "$WORKSPACE_DIR/kano" "$WORKSPACE_DIR/maps"
# ln -s "$WORKSPACE_DIR/maps" "$WORKSPACE_DIR/kano"
cd "$WORKSPACE_DIR"
mv "kano" "maps" && ln -s "maps" "kano"
cd ~-

DEVELOPMENT_REPO_URL="https://$GITHUB_DEVELOPMENT_PAT@github.com/kalisio/development.git"
else
Expand Down

0 comments on commit 12835e4

Please sign in to comment.