diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 14:43:34 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-17 14:43:34 -0500 |
commit | eea09732fd146dab61e4460c7dcff211bcb2ede6 (patch) | |
tree | b6f6801bc9c15b6b7976841dd9cfbd079b274153 | |
parent | 2c6f224bf5abdf77641fd6562ece7f9b9a01e8c3 (diff) | |
download | ghasandbox-eea09732fd146dab61e4460c7dcff211bcb2ede6.tar.gz |
OK
-rw-r--r-- | .github/workflows/pipeline_deliver.yml | 16 | ||||
-rw-r--r-- | .github/workflows/pipeline_run.yml | 16 |
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 |