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 1091a6e commit ce2f5d9Copy full SHA for ce2f5d9
.semaphore/semaphore.yml
@@ -15,7 +15,11 @@ agent:
15
machine:
16
type: e1-standard-2
17
os_image: ubuntu1804
18
-
+
19
+global_job_config:
20
+ prologue:
21
+ commands:
22
+ - sem-version php 7.3
23
# Blocks are the heart of a pipeline and are executed sequentially.
24
# Each block has a task that defines one or more jobs. Jobs define the
25
# commands to execute.
0 commit comments