BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
dipand
Quartz | Level 8

 

hello,
I made a job to save some image files in a github repository. At each execution of the job I should delete the files present and replace them with those of the current execution. At the moment I am having difficulty with this Can someone help me?
 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Sajid01
Meteorite | Level 14

Typically authorized users administrators can delete file.

However that is not how Git is run.
When a new image file is uploaded and its has the same name as the old file,then

you would only see the new version of the file.

Deleting the old is not needed.

 

View solution in original post

3 REPLIES 3
maguiremq
SAS Super FREQ

In theory, when you push these changes, they overwrite whatever exists in your GitHub repository. They don't need to be deleted.

 

Is this something SAS specific? If so, please provide the SAS issue.

tarheel13
Rhodochrosite | Level 12

What does this have to do with SAS programming?

Sajid01
Meteorite | Level 14

Typically authorized users administrators can delete file.

However that is not how Git is run.
When a new image file is uploaded and its has the same name as the old file,then

you would only see the new version of the file.

Deleting the old is not needed.

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 453 views
  • 0 likes
  • 4 in conversation