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
OpenFlipper-Free
OpenFlipper-Free
Commits
bcd3828a
Commit
bcd3828a
authored
Mar 05, 2019
by
Jan Möbius
Browse files
Copy instead of moving content
parent
db4b2cd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
CI/ci-source.sh
View file @
bcd3828a
...
@@ -29,13 +29,13 @@ VERSION=OpenFlipper-$(cat OpenFlipper/VERSION | grep VERSION | tr -d "VERSION=")
...
@@ -29,13 +29,13 @@ VERSION=OpenFlipper-$(cat OpenFlipper/VERSION | grep VERSION | tr -d "VERSION=")
mkdir
$VERSION
mkdir
$VERSION
# Move all files into Publishing directory
# Move all files into Publishing directory
mv
OpenFlipper
$VERSION
/
cp
-r
OpenFlipper
$VERSION
/
mv
Plugin-
*
$VERSION
/
cp
-r
Plugin-
*
$VERSION
/
mv
PluginCollection
*
$VERSION
/
cp
-r
PluginCollection
*
$VERSION
/
mv
Type
*
$VERSION
/
cp
-r
Type
*
$VERSION
/
mv
CMakeLists.txt
$VERSION
/
cp
-r
CMakeLists.txt
$VERSION
/
mv
COPYING
$VERSION
/
cp
-r
COPYING
$VERSION
/
mv
Readme.md
$VERSION
/
cp
-r
Readme.md
$VERSION
/
cd
$VERSION
cd
$VERSION
find
.
-name
"*git*"
| xargs
rm
-rf
find
.
-name
"*git*"
| xargs
rm
-rf
...
...
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