Fix lint issues

Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
guillaume
2021-10-28 17:20:25 +02:00
parent 40f132b77b
commit 8f6b3e95a8
4 changed files with 31 additions and 36 deletions

View File

@@ -32,7 +32,6 @@ import (
shell: path: "/bin/bash"
always: true
env: {
METHOD: method
HEADERS: json.Marshal(request.header)
@@ -77,11 +76,11 @@ import (
from: ctr
path: "/response"
}
}.contents @dagger(output)
}.contents @dagger(output)
// Force os.#File exec before Atoi
// Force os.#File exec before Atoi
response: {
"body": body
"body": body
"statusCode": strconv.Atoi(statusCode)
}
}