Skip to content

Commit

Permalink
Makefile compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcombessie authored May 20, 2020
1 parent f6a0228 commit af4c40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif
# evaluate additional variable
plugin_id=`cat plugin.json | python -c "import sys, json; print(str(json.load(sys.stdin)['id']).replace('/',''))"`
plugin_version=`cat plugin.json | python -c "import sys, json; print(str(json.load(sys.stdin)['version']).replace('/',''))"`
archive_file_name="dss-plugin_${plugin_id}_${plugin_version}.zip"
archive_file_name="dss-plugin-${plugin_id}-${plugin_version}.zip"
artifact_repo_target="${DKU_PLUGIN_DEVELOPER_REPO_URL}/${TARGET_DSS_VERSION}/${DKU_PLUGIN_DEVELOPER_ORG}/${plugin_id}/${plugin_version}/${archive_file_name}"
remote_url=`git config --get remote.origin.url`
last_commit_id=`git rev-parse HEAD`
Expand Down

0 comments on commit af4c40d

Please sign in to comment.