Skip to content

Commit

Permalink
ci: experiment with manually runnable ci with pre-set branchnames
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Sep 26, 2024
1 parent a8fe402 commit aecd12e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/generateConfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ sed -i -e 's/fdi-version: placeholder/fdi-version: '`printf "%q" $frontendDriver

if [ "$1" = "true" ]; then
sed -i -e 's/test-cicd\\\/\.\*/.*/' config_continue.yml
sed -i -e "s@^ - checkout@ - checkout\n - run: echo '$2' >> .circleci\/cdi-core-map.json/@" config_continue.yml
sed -i -e "s@^ - checkout@ - checkout\n - run: echo '$3' >> .circleci\/cdi-plugin-interface-map.json/@" config_continue.yml
sed -i -e "s@^ - checkout@ - checkout\n - run: echo '$4' >> .circleci\/fdi-node-map.json/@" config_continue.yml
sed -i -e "s@^ - checkout@ - checkout\n - run: echo '$5' >> .circleci\/fdi-auth-react-map.json/@" config_continue.yml
sed -i -e "s@^ - checkout@ - checkout\n - run: echo '$6' >> .circleci\/fdi-website-map.json/@" config_continue.yml
sed -i -e "s@^ - checkout@ - checkout\n - run: echo '$2' >> .circleci\/cdi-core-map.json@" config_continue.yml
sed -i -e "s@^ - checkout@ - checkout\n - run: echo '$3' >> .circleci\/cdi-plugin-interface-map.json@" config_continue.yml
sed -i -e "s@^ - checkout@ - checkout\n - run: echo '$4' >> .circleci\/fdi-node-map.json@" config_continue.yml
sed -i -e "s@^ - checkout@ - checkout\n - run: echo '$5' >> .circleci\/fdi-auth-react-map.json@" config_continue.yml
sed -i -e "s@^ - checkout@ - checkout\n - run: echo '$6' >> .circleci\/fdi-website-map.json@" config_continue.yml
fi

0 comments on commit aecd12e

Please sign in to comment.