Skip to content

Commit

Permalink
Merge branch 'main' into 361-introduction-visionnode
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasnol authored Nov 6, 2024
2 parents 361e6df + a70e2fe commit 0fcde31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/drive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ jobs:
- name: Unzip artifact
run: unzip artifact.zip
- name: Return artifact JSON
- name: Debug path
run: |
ls -a
id: return-artifact-json
uses: actions/github-script@v6
with:
script: |
let fs = require('fs');
let data = JSON.parse(fs.readFileSync('${process.env.GITHUB_WORKSPACE}/artifacts/artifacts.json'));
let data = JSON.parse(fs.readFileSync(`${process.env.GITHUB_WORKSPACE}/artifact.json`));
return data;
- name: Run docker-compose
Expand Down

0 comments on commit 0fcde31

Please sign in to comment.