Express-Prorate/scripts/build/pull.sh

12 lines
247 B
Bash
Raw Normal View History

2025-08-01 08:32:38 -05:00
# Clearing Screen
clear
# Pulling Docker Image
docker pull git.lan/objnull/rust-buildbot:latest
# Rename Image
docker tag git.lan/objnull/rust-buildbot:latest rust-buildbot:latest
# Clean-Up
docker image rm git.lan/objnull/rust-buildbot:latest