The pipeline variables in GitLab
GitLab pipeline variables are a powerful tool to make CI/CD processes flexible, secure, and scalable.
Articles and tutorials related to web development in general.
GitLab pipeline variables are a powerful tool to make CI/CD processes flexible, secure, and scalable.
In this article, we will see how to calculate the MD5 checksum of a file using the md5sum command in Bash and how to use it to verify the integrity of files.
In this article, we will see how to transfer a complete directory from a local system to a remote server using FTP in a Bash script.