Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
version:
- latest
- 0.1.0-alpha.17
- 0.1.0-alpha.31
steps:
-
name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function run(): Promise<void> {
}

stateHelper.setCleanup(inputs.cleanup);
await exec.exec(`${daggerBin} ${inputs.args} --log-format pretty`);
await exec.exec(`${daggerBin} ${inputs.args} --log-format plain`);
} catch (error) {
core.setFailed(error.message);
}
Expand Down
File renamed without changes.
23 changes: 23 additions & 0 deletions test/.dagger/env/ci/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
plan:
package: ./ci
name: ci
sops:
kms: []
gcp_kms: []
azure_kv: []
hc_vault: []
age:
- recipient: age1ldpnwlxnru3vpgnjvfny8g54jeweps6msv8hyckwcj3faju4g4psrwr37a
enc: |
-----BEGIN AGE ENCRYPTED FILE-----
YWdlLWVuY3J5cHRpb24ub3JnL3YxCi0+IFgyNTUxOSBlMmU1TnA3RnVsMkF1SlNK
emRlVWtCekt2RUFONCtHQmpTU1YxR0JwVms0CmswdnBHOEpUS0VMKzBsTnZCT0Zs
ZXdwMjZ5UG1YRHNZQlUyVlZjdjN1RVUKLS0tIGFnWDVvdktXeGFOVlAyNjRmUUho
MmU1ZGFZdjlwMWoyc1hFTmxFK1VJaUkKgD6taGx1K6EQ5zzVFBciI2NCB3FO14xz
oGI07dXeKmbvjk12583bWlfq15m+UW7fXvRAnlDXtVedUT+NHYsTRw==
-----END AGE ENCRYPTED FILE-----
lastmodified: "2021-12-16T02:10:09Z"
mac: ENC[AES256_GCM,data:9ThHhDDQxp3Ovkr47irlxWaCpwNGkoPjAjJj9/pJA+8GycwY7HMb6YCe0aUdDP8ij6Gx2SRkfUmYYca/vPo1/evBRzSyAz2kg0LKyBkAlpIshxv0mAjixaF1blXWRm/V4+xe9MAm8Qhr3vdNatzmKBwQoBj951UapAfQKnFjHHg=,iv:slbXkJ9ZpJtTGvZp6Ewoe+xSAfoHSNm7Ps3eHnOAVDk=,tag:8HhdnyNmglVaIVp5wCZgvw==,type:str]
pgp: []
encrypted_suffix: secret
version: 3.7.1
17 changes: 0 additions & 17 deletions test/.dagger/env/staging/plan/build.cue

This file was deleted.

2 changes: 0 additions & 2 deletions test/.dagger/env/staging/plan/cue.mod/pkg/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions test/.dagger/env/staging/values.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
```console
dagger init
cp ~/.config/dagger/keys.txt .
dagger new ci -p ./ci
mkdir -p ./ci
dagger query
dagger up --no-cache --log-format plain
```
14 changes: 14 additions & 0 deletions test/ci/main.cue
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package main

import (
"alpha.dagger.io/docker"
"alpha.dagger.io/git"
)

ctr: docker.#Build & {
source: git.#Repository & {
remote: "https://github.com/crazy-max/docker-fail2ban.git"
ref: "refs/tags/0.11.2-r3"
keepGitDir: true
}
}
File renamed without changes.
3 changes: 3 additions & 0 deletions test/cue.mod/pkg/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# generated by dagger
alpha.dagger.io
dagger.lock