We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a1fad commit 8544349Copy full SHA for 8544349
scripts/ciPreLoading.st
@@ -2,12 +2,12 @@
2
3
Stdio stdout << 'ciPreLoading.st - Adding $GITHUB_WORKSPACE directory to Iceberg: '.
4
repoPath := Smalltalk os environment
5
- at: 'GITHUB_WORKSPACE'
6
- ifAbsent: [
7
- Stdio stdout nextPutAll: 'NOT DEFINED, WRONG'; lf.
8
- ^ self ].
+ at: 'GITHUB_WORKSPACE'
+ ifAbsent: [
+ Stdio stdout nextPutAll: 'NOT DEFINED, WRONG'; lf.
+ ^ self ].
9
Stdio stdout print: repoPath; lf.
10
11
(IceRepositoryCreator new
12
location: repoPath asFileReference;
13
- createRepository) register.
+ createRepository) register.
0 commit comments