Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy images with exact version (not only latest/build number) #75

Merged
merged 48 commits into from
Jan 17, 2019
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
f3420ff
added version to api projects
Jan 14, 2019
a4f289c
added version script
Jan 14, 2019
5f09de0
try running tagger on CI
Jan 15, 2019
d186fda
fix CI
Jan 15, 2019
c0e6afb
now it should work
Jan 15, 2019
cdd56e8
start the move to circle
Jan 15, 2019
3504ce4
correct circle file
Jan 15, 2019
60cec97
fix docker compose
Jan 15, 2019
902925d
fix black box tests
Jan 15, 2019
4c9d27d
run tests
Jan 15, 2019
50286e5
push tags
Jan 15, 2019
9ecc6da
temporary ignore tests
Jan 15, 2019
940be38
persist zap reports
Jan 15, 2019
0b18b7e
use the correct image
Jan 15, 2019
0c4a609
set upstream branch
Jan 15, 2019
9ca763c
reenable tests
Jan 16, 2019
2252fd2
fix CI
Jan 16, 2019
4066c82
now it actually should work
Jan 16, 2019
ee0850d
actually push tags
Jan 16, 2019
219e2ba
tag and push images
Jan 16, 2019
28fb575
update tags + add tests dependency
Jan 16, 2019
1922e4c
fix the tests
Jan 16, 2019
aff3786
fix the build
Jan 16, 2019
d172f44
try to fix the build
Jan 16, 2019
4572bee
fix image
Jan 16, 2019
6a926f3
shellcheck now pass
Jan 16, 2019
2b569c7
now it should finally work
Jan 16, 2019
69ef420
maybe now :shrug
Jan 16, 2019
141bd3f
try to debug the test
Jan 16, 2019
d8ea955
pleaseeee
Jan 16, 2019
ffbcdae
fix linter
Jan 16, 2019
8890e26
now push the correct images
Jan 16, 2019
228360e
fix tag script
Jan 16, 2019
0bd7747
push all images besides CLI
Jan 16, 2019
0e14dc6
remove codefresh :party
Jan 16, 2019
1d24148
fix linter
Jan 16, 2019
f59f853
fix the build
Jan 16, 2019
f7fe9e8
try to fix the build
Jan 16, 2019
f67f05d
pleassssesss
Jan 16, 2019
d19f4ad
tag init container also
Jan 17, 2019
ddb369c
fix the build
Jan 17, 2019
4b37eb9
fix the build
Jan 17, 2019
ae808a5
make tagger executable
Jan 17, 2019
630d56b
now with the correct tag
Jan 17, 2019
db880c8
now fix the build
Jan 17, 2019
8a4c00b
push images only from master
Jan 17, 2019
e42d9ff
fix the build
Jan 17, 2019
5e99b4e
dont log AES key
Jan 17, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try to fix the build
  • Loading branch information
omerlh committed Jan 16, 2019
commit f7fe9e8f49e607141af4dc1b1240fe65796791b8
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@ jobs:
- restore_cache:
keys:
- docker_api_cache_key

- restore_cache:
keys:
- docker_cache_key

- run:
name: Restore image
command: |
Expand Down