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 1484e29Copy full SHA for 1484e29
.semaphore/semaphore.yml
@@ -2438,6 +2438,10 @@ blocks:
2438
commands:
2439
- checkout && cd ee/ephemeral_environments
2440
- make build
2441
+ epilogue:
2442
+ always:
2443
+ commands:
2444
+ - ls -la
2445
jobs:
2446
- name: "Lint"
2447
@@ -2448,7 +2452,9 @@ blocks:
2448
2452
- name: "Test"
2449
2453
2450
2454
- export TEST_RESULTS_NAME="Ephemeral Environments Tests"
2455
2451
2456
- make test.ex
2457
2458
# RBAC EE
2459
- name: "RBAC EE: Provision Test Image"
2460
dependencies: []
0 commit comments