Skip to content

Commit a18879d

Browse files
author
Chris Dostert
committed
chore) release w/ icon, chore) remove use of deprectated stdOut bind
1 parent c0500b0 commit a18879d

6 files changed

Lines changed: 15 additions & 12 deletions

File tree

.opspec/build/op.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ run:
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:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ before_script:
55
services:
66
- docker
77
script:
8-
- opctl run build
8+
- opctl run build

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ this version of the pkg is in [![opspec 0.1.5](https://img.shields.io/badge/opsp
1313
## install
1414

1515
```shell
16-
opctl pkg install github.com/opspec-pkgs/nintex.workflowcloud.instance.create#1.0.0
16+
opctl pkg install github.com/opspec-pkgs/nintex.workflowcloud.instance.create#1.0.1
1717
```
1818

1919
## run
2020

2121
```
22-
opctl run github.com/opspec-pkgs/nintex.workflowcloud.instance.create#1.0.0
22+
opctl run github.com/opspec-pkgs/nintex.workflowcloud.instance.create#1.0.1
2323
```
2424

2525
## compose
2626

2727
```yaml
2828
op:
29-
pkg: { ref: github.com/opspec-pkgs/nintex.workflowcloud.instance.create#1.0.0 }
29+
pkg: { ref: github.com/opspec-pkgs/nintex.workflowcloud.instance.create#1.0.1 }
3030
inputs:
3131
url:
3232
outputs:

cmd.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
set -e
44

5-
touch /instanceToken
6-
75
statusCode=$(curl \
86
--silent \
97
--output \
@@ -15,4 +13,3 @@ if test "$statusCode" -ne 201; then
1513
echo "$(cat /instanceToken)"
1614
exit 1
1715
fi
18-
echo "instanceToken=$(cat /instanceToken)"

op.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ outputs:
1010
string:
1111
description: token for the created workflow instance
1212
icon: /icon.svg
13-
version: 1.0.0
13+
version: 1.0.1
1414
run:
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)

0 commit comments

Comments
 (0)