Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
ade4b907
Unverified
Commit
ade4b907
authored
Oct 20, 2020
by
yann300
Committed by
GitHub
Oct 20, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #513 from ethereum/separatePublish
split copy resources and publish docker
parents
0e91a817
c9a3683b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
config.yml
.circleci/config.yml
+2
-1
build_and_publish_docker_images.sh
apps/remix-ide/ci/build_and_publish_docker_images.sh
+0
-5
copy_resources.sh
apps/remix-ide/ci/copy_resources.sh
+7
-0
No files found.
.circleci/config.yml
View file @
ade4b907
...
...
@@ -212,7 +212,8 @@ jobs:
-
run
:
npm run build:libs
-
run
:
npm run downloadsolc_root
-
run
:
npm run build
-
run
:
./apps/remix-ide/ci/build_and_publish_docker_images.sh
-
run
:
./apps/remix-ide/ci/copy_resources.sh
# - run: ./apps/remix-ide/ci/build_and_publish_docker_images.sh
-
run
:
./apps/remix-ide/ci/publishIpfs
deploy-remix-alpha
:
...
...
apps/remix-ide/ci/build_and_publish_docker_images.sh
View file @
ade4b907
...
...
@@ -7,11 +7,6 @@ if [ "$CIRCLE_BRANCH" == "master" ]; then
export
TAG
=
"latest"
;
fi
rm
-rf
temp_publish_docker
mkdir
temp_publish_docker
cp
-r
$FILES_TO_PACKAGE
temp_publish_docker
ls
docker login
--username
$DOCKER_USER
--password
$DOCKER_PASS
docker-compose
-f
docker-compose.yaml
-f
build.yaml build
docker push remixproject/remix-ide:
$TAG
apps/remix-ide/ci/copy_resources.sh
0 → 100755
View file @
ade4b907
#!/bin/bash
set
-e
rm
-rf
temp_publish_docker
mkdir
temp_publish_docker
cp
-r
$FILES_TO_PACKAGE
temp_publish_docker
ls
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