Skip to content

Commit

Permalink
Merge pull request #1 from CommonWealthRobotics/feature/linksource
Browse files Browse the repository at this point in the history
Feature/linksource
  • Loading branch information
madhephaestus authored Mar 30, 2022
2 parents 089b85b + 4d58b21 commit 3271603
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,21 @@ jobs:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Print Home
run: echo $HOME
- name: Print Workspace
run: echo $PWD
- name: Link source Into Workspace 1
run: mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
- name: Link source Into Workspace 2
run: ln -s $PWD $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
- name: Link source Into Workspace 3
run: ls -al $HOME/bowler-workspace/gitcache/github.com/
- name: Link source Into Workspace 4
run: ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
- name: Link source Into Workspace 5
run: ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/

- name: Install libraries
run: |
sudo apt update
Expand Down

0 comments on commit 3271603

Please sign in to comment.