@@ -30,42 +30,12 @@ commands:
3030 done
3131 done < github_slack
3232 rm github_slack
33- # setup_git:
34- # steps:
35- # - run:
36- # name: Setup git
37- # command: |
38- # export SSH_CONFIG_DIR=/home/circleci/.ssh
39- # echo "Using SSH Config Dir '$SSH_CONFIG_DIR'"
40- # git --version
41- #
42- # mkdir -p "$SSH_CONFIG_DIR"
43- # chmod 0700 "$SSH_CONFIG_DIR"
44- #
45- # # ssh-keys for known_hosts, see https://api.github.com/meta
46- # printf "%s" 'github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl
47- # github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=
48- # github.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDPgVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyRkQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWOWRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZyaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk=
49- # ' >> "$SSH_CONFIG_DIR/known_hosts"
50- # chmod 0600 "$SSH_CONFIG_DIR/known_hosts"
51- #
52- # rm -f "$SSH_CONFIG_DIR/id_rsa"
53- # printf "%s" "$CHECKOUT_KEY" > "$SSH_CONFIG_DIR/id_rsa"
54- # chmod 0600 "$SSH_CONFIG_DIR/id_rsa"
55- # if (: "${CHECKOUT_KEY_PUBLIC?}") 2>/dev/null; then
56- # rm -f "$SSH_CONFIG_DIR/id_rsa.pub"
57- # printf "%s" "$CHECKOUT_KEY_PUBLIC" > "$SSH_CONFIG_DIR/id_rsa.pub"
58- # fi
59- # # use git+ssh instead of https
60- # git config --global url."ssh://git@github.com".insteadOf "https://github.com" || true
61- # git config --global gc.auto 0 || true
6233
6334context : &context
6435 - slack-templates
6536 - slack_Oauth
6637 - gcp_secrets
6738 - Github_Slack_UserMapping
68- - Github_key_private_repos
6939
7040jobs :
7141 build :
8151 steps :
8252 - checkout
8353 - export_slack_id
84- # - setup_git
8554 - restore_cache :
8655 keys :
8756 - v1-dependencies-{{ checksum "build.gradle" }}
12493 export GIT_SSH_COMMAND='ssh -i ~/.ssh/id_rsa_4cc71df295873cf6614e465ac82ad7c9'
12594 git clone git@github.com:SiftScience/sift-java-integration-app.git
12695 cd sift-java-integration-app
127- unzip ../build/distributions/sift-java-3.10.0.zip -d /apps /libs/
96+ unzip ../build/distributions/sift-java-3.10.0.zip -d app /libs/
12897 - run : ls -al && pwd
12998 - run :
13099 name : Run tests in sift-java-integration-app
@@ -135,7 +104,7 @@ jobs:
135104workflows :
136105 sift-java :
137106 jobs :
138- # - build:
139- # context: *context
107+ - build :
108+ context : *context
140109 - java_integration :
141110 context : *context
0 commit comments