Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
00ea7e51
Commit
00ea7e51
authored
Jan 09, 2019
by
André Anjos
💬
Browse files
[ci] Add missing function
parent
9b402197
Pipeline
#25768
failed with stage
in 1 minute and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_ci/functions.sh
View file @
00ea7e51
...
...
@@ -4,6 +4,11 @@
# Build utilities
SCRIPTS_DIR
=
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
# Determines the operating system we're using
osname
()
{
[[
"
$(
uname
-s
)
"
==
"Darwin"
]]
&&
echo
"osx"
||
echo
"linux"
}
# datetime prefix for logging
log_datetime
()
{
echo
"(
$(
date
+%T.%3N
)
)"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment