Skip to content

Commit

Permalink
Update workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Sep 20, 2024
1 parent 556a166 commit c3148e2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/deployment_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:
- run: cp schema/iguana.owx ontology/iguana.owx
- run: ls -l ontology/

# - name: Deploy Ontology to FTP
# run: lftp -u '$FTP_USER','$FTP_PASSWORD' files.dice-research.org << EOF
# set ftp:ssl-protect-data true
# cd vocab
# mirror -R ontology/. iguana/
# bye
# EOF
- name: Deploy Ontology to FTP
run: lftp -u '$FTP_USER','$FTP_PASSWORD' files.dice-research.org << EOF
set cmd:fail-exit yes
set ftp:ssl-protect-data true
cd /vocab
mirror -R --dry-run ontology/. iguana/
bye
EOF

0 comments on commit c3148e2

Please sign in to comment.