gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: ci: apt upgrade before running b


From: gnunet
Subject: [taler-merchant] branch master updated: ci: apt upgrade before running build job
Date: Wed, 17 Jan 2024 14:04:31 +0100

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 2dd0aa1b ci: apt upgrade before running build job
2dd0aa1b is described below

commit 2dd0aa1b12f479d82097c946a9cda03ad1ce0286
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Jan 17 08:04:16 2024 -0500

    ci: apt upgrade before running build job
---
 contrib/ci/jobs/1-build/job.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/ci/jobs/1-build/job.sh b/contrib/ci/jobs/1-build/job.sh
index 8d79902c..c1fc4e32 100755
--- a/contrib/ci/jobs/1-build/job.sh
+++ b/contrib/ci/jobs/1-build/job.sh
@@ -1,6 +1,9 @@
 #!/bin/bash
 set -exuo pipefail
 
+apt-get update -yq
+apt-get upgrade -yq
+
 job_dir=$(dirname "${BASH_SOURCE[0]}")
 
 "${job_dir}"/build.sh

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]