Skip to content

Commit 16eabc5

Browse files
committed
up
1 parent e176b00 commit 16eabc5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.gitpod/automations.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,12 @@ tasks:
7373
- postDevcontainerStart
7474
dependsOn:
7575
- cloneInit
76-
- gitHooks
76+
- gitHooks
77+
78+
testVar:
79+
name: Test project variable
80+
command: |
81+
echo ${FOO:-'not set :('}
82+
echo "$FOO" > $HOME/foo
83+
triggeredBy:
84+
- postDevcontainerStart

0 commit comments

Comments
 (0)