Sign in
ops
/
mariadb
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
b3ffa38977c86ecbea498dfb5192a21a9053a4dd
Authored by
nollieheel
2018-02-19 18:07:08 +0800
1 parent
bf4ebc11
Run a node builder test
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
build
build
View file @
b3ffa38
1
1
#!/bin/bash
2
2
3
3
echo
"Working directory is:
$(
pwd
)
"
4
+
echo
"The quick brown fox jumped over the lazy dog"
> /tmp/builder.test
...
...