Skip to content

Commit 3271603

Browse files
Merge pull request #1 from CommonWealthRobotics/feature/linksource
Feature/linksource
2 parents 089b85b + 4d58b21 commit 3271603

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/reusable-release.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,21 @@ jobs:
2323
- name: Get the version
2424
id: get_version
2525
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
26-
26+
- name: Print Home
27+
run: echo $HOME
28+
- name: Print Workspace
29+
run: echo $PWD
30+
- name: Link source Into Workspace 1
31+
run: mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
32+
- name: Link source Into Workspace 2
33+
run: ln -s $PWD $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
34+
- name: Link source Into Workspace 3
35+
run: ls -al $HOME/bowler-workspace/gitcache/github.com/
36+
- name: Link source Into Workspace 4
37+
run: ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
38+
- name: Link source Into Workspace 5
39+
run: ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/
40+
2741
- name: Install libraries
2842
run: |
2943
sudo apt update

0 commit comments

Comments
 (0)