File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 imageName : ' opspecpkgs/nintex.workflowcloud.instance.create:$(version)'
2727 outputs : { imageTar }
2828 - op :
29- pkg : { ref: github.com/opspec-pkgs/_.pkg.generate-readme#1.0.1 }
29+ pkg : { ref: github.com/opspec-pkgs/_.pkg.generate-readme#1.0.2 }
3030 inputs :
3131 srcDir : $(pkg)
3232 outputs :
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ before_script:
55services :
66- docker
77script :
8- - opctl run build
8+ - opctl run build
Original file line number Diff line number Diff line change @@ -5,5 +5,11 @@ All notable changes will be documented in this file in accordance with
55
66## \[ Unreleased]
77
8+ ## \[ 1.0.1] - 2018-02-18
9+
10+ ### Added
11+
12+ - icon
13+
814## \[ 1.0.0] - 2017-06-22
915
Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ this version of the pkg is in [ "
1614exit 1
1715fi
18- echo " instanceToken=$( cat /instanceToken) "
Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ outputs:
1010 string :
1111 description : token for the created workflow instance
1212icon : /icon.svg
13- version : 1.0.0
13+ version : 1.0.1
1414run :
1515 container :
1616 image : { ref: 'opspecpkgs/nintex.workflowcloud.instance.create:1.0.0' }
1717 cmd : [ /cmd.sh ]
1818 envVars :
1919 url :
20- files : { /cmd.sh }
21- stdOut :
22- instanceToken= : instanceToken
20+ files :
21+ /cmd.sh :
22+ / instanceToken: $( instanceToken)
You can’t perform that action at this time.
0 commit comments