-
Gitlab CI key pairs
When setting up Gitlab CI pipelines, the private key should be in a file and not a variable.Here is the link to the documentation: https://docs.gitlab.com/ci/jobs/ssh_keys/ To handle the libcrypto error, check out the documentation at https://docs.gitlab.com/ci/jobs/ssh_keys/#error-loading-key-buildspathssh_private_key-error-in-libcrypto-message — read more
-
TIL: All about git -C
All about git from where you are Say you just cloned a git repo and you want to make to make a branch. Normally, you’d have to clone the repo, move into the branch then make the branch. The above workflow would be as follows . All the above is cool and very explicit. However,… — read more
-
Automated DevStack setup for OpenStack Manila on Linux (Locally)
OpenStack development is fun until DevStack breaks – Unknown Background During my Outreachy internship, I experienced a lot of frustration with my Devstack installation getting corrupted. Setting it up again and again was a pain. I remember the very first time, I had it all set up correctly, it took 4 hours to have everything… — read more