We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb6efd commit e24e0dfCopy full SHA for e24e0df
.semaphore/semaphore.yml
@@ -2438,6 +2438,11 @@ blocks:
2438
commands:
2439
- checkout && cd ee/ephemeral_environments
2440
- make build
2441
+ epilogue:
2442
+ always:
2443
+ commands:
2444
+ - cd out
2445
+ - ls -la
2446
jobs:
2447
- name: "Lint"
2448
@@ -2448,7 +2453,9 @@ blocks:
2453
- name: "Test"
2449
2454
2450
2455
- export TEST_RESULTS_NAME="Ephemeral Environments Tests"
2456
2451
2457
- make test.ex
2458
2452
2459
# RBAC EE
2460
- name: "RBAC EE: Provision Test Image"
2461
dependencies: []
0 commit comments