Skip to content

Commit

Permalink
CI fix: include version.json for each release
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Nov 14, 2020
1 parent 98e01db commit 0419ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
rm -rf ${conformance_dir}/ep3_latest ${conformance_dir}/ep3_${tag}
cp -r ${conformance_dir}/ep3_master ${conformance_dir}/ep3_latest
cp -r ${conformance_dir}/ep3_master ${conformance_dir}/ep3_${tag}
git add ${conformance_dir}/ep3_latest ${conformance_dir}/ep3_${tag}
printf '{ "subject": "version", "status": "%s", "color": "green" }' ${tag} > ${conformance_dir}/ep3_latest/version.json
cp ${conformance_dir}/ep3_latest/version.json ${conformance_dir}/ep3_${tag}/version.json
git add ${conformance_dir}/ep3_latest ${conformance_dir}/ep3_${tag}
fi
git diff-index --quiet HEAD || git commit -m "Conformance test of ep3 for CWL ${cwlVersion}" -m " Commit: ${GITHUB_SHA}"
Expand Down

0 comments on commit 0419ae4

Please sign in to comment.