Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Release Engineering
Public
toolkit
Commits
5d8541fc
Unverified
Commit
5d8541fc
authored
Jul 07, 2021
by
Louis Abel
📺
Browse files
fix tester
parent
8ec4536e
Pipeline
#28
failed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sync/test.sh
View file @
5d8541fc
#!/bin/bash
#!/bin/bash
# tests that the variables work
# tests that the variables work
source
"
$(
dirname
"
$0
"
)
/common"
source
"
$(
dirname
"
$0
"
)
/common"
echo
${
RELEASE_DIR
}
echo
"
${
RELEASE_DIR
}
"
echo
${
STAGING_ROOT
}
/
${
CATEGORY_STUB
}
/
${
REV
}
echo
"
${
STAGING_ROOT
}
/
${
CATEGORY_STUB
}
/
${
REV
}
"
echo
$NONMODS_REPOS
echo
"
$NONMODS_REPOS
"
echo
${
REV
}
echo
"
${
REV
}
"
Write
Preview
Markdown
is supported
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