Skip to content

Commit

Permalink
change prov generation format
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Dec 24, 2021
1 parent a15623f commit f0a3678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msd-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cache:
- '[ -n "$RDF_ASKOMICS_INPUT_FILES" ] && echo -e "${TXT_RED}RDF_ASKOMICS_INPUT_FILES is defined. 1.0.7 Defined use RDF_ASKOMICS_INPUT_FILE" && exit 1'
- '[ -z "$OUTPUT_SCRIPT_FILE" ] && echo -e "${TXT_RED}OUTPUT_SCRIPT_FILE is Empty" && exit 1'
- '[ -z "$SSH_HOST_WORK_DIR" ] && echo -e "${TXT_RED}SSH_HOST_WORK_DIR is Empty" && exit 1'
- 'export PROV_FILE_NAME=$CATEGORY-$DATABASE-$VERSION.jsonld'
- 'export PROV_FILE_NAME=$CATEGORY-$DATABASE-$VERSION.ttl'

dependencies: [fetch_info_database]

Expand Down

0 comments on commit f0a3678

Please sign in to comment.