aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pipeline_deliver.yml16
-rw-r--r--.github/workflows/pipeline_run.yml16
2 files changed, 16 insertions, 16 deletions
diff --git a/.github/workflows/pipeline_deliver.yml b/.github/workflows/pipeline_deliver.yml
index b76963a..5043e57 100644
--- a/.github/workflows/pipeline_deliver.yml
+++ b/.github/workflows/pipeline_deliver.yml
@@ -49,14 +49,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- - name: Mount data area
- uses: ./.github/actions/sshfs
- with:
- user: ${{ secrets.SVC_SSHFS_USER }}
- password: ${{ secrets.SVC_SSHFS_PASS }}
- remote_host: example.tld
- remote_dir: /data
- local_dir: /mydata
+ #- name: Mount data area
+ # uses: ./.github/actions/sshfs
+ # with:
+ # user: ${{ secrets.SVC_SSHFS_USER }}
+ # password: ${{ secrets.SVC_SSHFS_PASS }}
+ # remote_host: example.tld
+ # remote_dir: /data
+ # local_dir: /mydata
- name: Index
uses: ./.github/actions/stasis_indexer
diff --git a/.github/workflows/pipeline_run.yml b/.github/workflows/pipeline_run.yml
index 4a27849..7aefcc8 100644
--- a/.github/workflows/pipeline_run.yml
+++ b/.github/workflows/pipeline_run.yml
@@ -61,14 +61,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- - name: Mount data area
- uses: ./.github/actions/sshfs
- with:
- user: ${{ secrets.SVC_SSHFS_USER }}
- password: ${{ secrets.SVC_SSHFS_PASS }}
- remote_host: example.tld
- remote_dir: /data
- local_dir: /mydata
+ #- name: Mount data area
+ # uses: ./.github/actions/sshfs
+ # with:
+ # user: ${{ secrets.SVC_SSHFS_USER }}
+ # password: ${{ secrets.SVC_SSHFS_PASS }}
+ # remote_host: example.tld
+ # remote_dir: /data
+ # local_dir: /mydata
- name: STASIS (${{ runner.os }}-${{ runner.arch }})
uses: ./.github/actions/stasis